提交 a64f3cd4 authored 作者: 刘守彩's avatar 刘守彩

feat: sign add warning

上级 8e1277e0
......@@ -4,7 +4,8 @@
<view class="row-item">
<text class="title"
>巡检签字 <text class="tip">请在下方虚线框内进行签字</text></text
>
>
<view class="warning-text">注:签字后巡检内容无法修改,请先检查巡检内容确认无误后签字。</view>
</view>
<view class="operating-instructions"
><!-- 签字区域 -->
......@@ -230,7 +231,8 @@ export default {
border-radius: 12px;
position: relative;
.row-item {
.row-item {
position: relative;
display: flex;
align-items: center;
justify-content: center;
......@@ -319,5 +321,13 @@ export default {
}
}
}
}
.warning-text {
position: absolute;
bottom: 5px;
text-align: center;
color: #f44;
font-size: 12px;
}
</style>
......@@ -2,8 +2,8 @@
"name" : "杭州内网机房巡检",
"appid" : "__UNI__A11BFD5",
"description" : "",
"versionName" : "1.0.3",
"versionCode" : 103,
"versionName" : "1.0.4",
"versionCode" : 104,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论