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

feat: sign add warning

上级 f472a7f0
...@@ -2,10 +2,9 @@ ...@@ -2,10 +2,9 @@
<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"
><!-- 签字区域 --> ><!-- 签字区域 -->
<canvas <canvas
...@@ -214,7 +213,7 @@ export default { ...@@ -214,7 +213,7 @@ export default {
margin: 0 5px; margin: 0 5px;
} }
} }
.synchronous-content { .synchronous-content {
padding: 25.6px 19.2px; padding: 25.6px 19.2px;
width: 800px; width: 800px;
height: 444.8px; height: 444.8px;
...@@ -230,7 +229,8 @@ export default { ...@@ -230,7 +229,8 @@ export default {
border-radius: 12px; border-radius: 12px;
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;
...@@ -319,5 +319,12 @@ export default { ...@@ -319,5 +319,12 @@ export default {
} }
} }
} }
}
.warning-text {
position: absolute;
bottom: 5px;
text-align: center;
color: #f44;
font-size: 12px;
} }
</style> </style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论