页面代码优化,代办事项列表和代办审核

This commit is contained in:
2023-08-14 14:27:01 +08:00
parent f860f9784e
commit f24b5feab2
10 changed files with 233 additions and 150 deletions

View File

@ -1,3 +1,17 @@
input{
border: none;
}
button{
border: none;
}
select{
background-color: transparent; /* 设置透明背景色 */
border: none; /* 取消边框 */
outline: none;
/* 右侧添加箭头的背景图 自行调整位置 */
//background: url('@/assets/copy.png') 20px center no-repeat #fff;
}
.van-toast--html, .van-toast--text {
z-index: 100000000002 !important;
}