input禁止输入时的文字显示,select下拉框颜色统一

This commit is contained in:
2023-08-29 17:51:11 +08:00
parent 1d5b7a535b
commit 9deb44bc04
5 changed files with 37 additions and 15 deletions

View File

@ -8,9 +8,6 @@ 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;