Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
I
inspection-pad-web
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
专网
inspection-pad-web
Commits
6f3f4c2d
提交
6f3f4c2d
authored
1月 20, 2026
作者:
刘守彩
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: sign add warning
上级
f472a7f0
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
10 行增加
和
3 行删除
+10
-3
signDialog.vue
components/signDialog.vue
+10
-3
没有找到文件。
components/signDialog.vue
浏览文件 @
6f3f4c2d
...
...
@@ -2,9 +2,8 @@
<view
v-if=
"isOpen"
class=
"synchronous-dialog"
>
<view
class=
"synchronous-content"
>
<view
class=
"row-item"
>
<text
class=
"title"
>
巡检签字
<text
class=
"tip"
>
请在下方虚线框内进行签字
</text></text
>
<text
class=
"title"
>
巡检签字
<text
class=
"tip"
>
请在下方虚线框内进行签字
</text></text>
<view
class=
"warning-text"
>
注:签字后巡检内容无法修改,请先检查巡检内容确认无误后签字。
</view>
</view>
<view
class=
"operating-instructions"
>
<!-- 签字区域 -->
...
...
@@ -231,6 +230,7 @@ export default {
position: relative;
.row-item {
position: relative;
display: flex;
align-items: center;
justify-content: center;
...
...
@@ -320,4 +320,11 @@ export default {
}
}
}
.warning-text {
position: absolute;
bottom: 5px;
text-align: center;
color: #f44;
font-size: 12px;
}
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论