新增点位管理

This commit is contained in:
2024-06-04 15:33:24 +08:00
parent bf2502b927
commit 7737ded5e5
9 changed files with 152 additions and 3 deletions

View File

@@ -129,6 +129,17 @@ uni-button:after {
text-align: center;
color: #ff6a00;
}
.unchecked {
width: 24px;
height: 24px;
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
}
.checked-filled {
background-color: #ff6a00;
border-color: #ff6a00;
}
/** 内容 */
.zd_container {