这一版本优化了很多

This commit is contained in:
王利强
2026-06-03 10:16:37 +08:00
parent 8046316216
commit 2af9f1fd59
954 changed files with 58194 additions and 1609 deletions

View File

@@ -43,4 +43,20 @@
.result-btn.active.data-v-39f9b795 {
background: #2667E9;
color: #fff;
}
.signature-box.data-v-39f9b795 {
width: 100%;
min-height: 240rpx;
background: #f8f8f8;
border: 1rpx dashed #dcdfe6;
border-radius: 8rpx;
margin-top: 16rpx;
}
.signature-box .signature-img.data-v-39f9b795 {
width: 100%;
height: 100%;
}
.signature-box .signature-placeholder.data-v-39f9b795 {
color: #909399;
font-size: 28rpx;
}