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

feat: sign add warning

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