区域锁定修改

This commit is contained in:
2025-01-06 09:33:18 +08:00
parent bf9b4b3ee5
commit c2d21a85d4
2 changed files with 6 additions and 1 deletions

View File

@@ -513,6 +513,11 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
border: 2rpx solid #DCDFE6;
border-radius: 10rpx;
}
.point-item.cgray {
background: #c9c9c9;
border-color: #c9c9c9;
color: #fff;
}
.point-item.cgreen {
background: #67C23A;
border-color: #67C23A;