添加删除按钮

This commit is contained in:
2025-04-15 09:53:57 +08:00
parent 7d15c3f052
commit 88955a178b
7 changed files with 175 additions and 33 deletions

View File

@@ -97,13 +97,13 @@ uni-toast .uni-toast {
background-color: #e1e1e1;
}
.confirm-button{
min-width: 65px;
min-width: 60px;
height: 30px;
line-height: 30px;
color: #fff;
padding: 0;
font-size: 13px;
margin-left: 10px;
margin-left: 6px;
margin-right: 0;
white-space: nowrap;
background: center / 100% 100% url(./static/images/button.png) no-repeat;
@@ -572,7 +572,7 @@ uni-toast .uni-toast {
border-radius: 12px
}
.pop_label {
font-size: 14px;
font-size: 12px;
line-height: 14px;
color: #fff;
}
@@ -587,6 +587,11 @@ uni-toast .uni-toast {
.uni-select__selector-empty {
color: #fff
}
.uni-select__selector-empty, .uni-select__selector-item {
font-size: 13px !important;
line-height: 14px !important;
padding: 10.5px 10px !important;
}
.uni-select__selector-item:hover {
background-color: #3F6ACA !important;
}