页面代码优化,代办事项列表和代办审核
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user