v1.2.1版本,优化调整了很多,整改验收阶段新加字段

This commit is contained in:
王利强
2026-06-13 08:50:51 +08:00
parent 2af9f1fd59
commit 1fe87ec438
591 changed files with 5072 additions and 2706 deletions

View File

@@ -27,4 +27,16 @@
.page.data-v-bbd4165b {
min-height: 100vh;
background: #EBF2FC;
}
.signature-box.data-v-bbd4165b {
width: 100%;
height: 240rpx;
background: #f8f8f8;
border: 1rpx dashed #dcdfe6;
border-radius: 8rpx;
overflow: hidden;
}
.signature-img.data-v-bbd4165b {
width: 100%;
height: 240rpx;
}