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

feat: sign add warning

上级 f472a7f0
...@@ -2,9 +2,8 @@ ...@@ -2,9 +2,8 @@
<view v-if="isOpen" class="synchronous-dialog"> <view v-if="isOpen" class="synchronous-dialog">
<view class="synchronous-content"> <view class="synchronous-content">
<view class="row-item"> <view class="row-item">
<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 +230,7 @@ export default { ...@@ -231,6 +230,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 +320,11 @@ export default { ...@@ -320,4 +320,11 @@ export default {
} }
} }
} }
.warning-text {
position: absolute;
bottom: 5px;
text-align: center;
color: #f44;
font-size: 12px;
}
</style> </style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论