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

@@ -51,6 +51,14 @@
background: #FFF1F0;
color: #F5222D;
}
.status-reapply.data-v-4b6250eb {
background: #E6F7FF;
color: #1890FF;
}
.status-default.data-v-4b6250eb {
background: #F5F5F5;
color: #8C8C8C;
}
.popup-content.data-v-4b6250eb {
width: 600rpx;
background: #fff;
@@ -134,4 +142,8 @@
}
.picker-input text.data-v-4b6250eb {
font-size: 28rpx;
}
.picker-input.readonly.data-v-4b6250eb {
background: #f5f5f5;
color: #666;
}