fix 文件为空时的颜色调整

This commit is contained in:
赵霄
2024-01-16 16:33:39 +08:00
parent f64de19ed7
commit bfaf5a6a2f
4 changed files with 14 additions and 7 deletions
+7 -2
View File
@@ -146,7 +146,8 @@
line-height: 100%;
vertical-align: middle;
}
span::before{
span::before {
content: '*';
display: inline-block;
height: 100%;
@@ -159,7 +160,11 @@
}
/deep/ .van-field {
.van-field__control[readonly]{
.van-field__control[readonly] {
color: #969799;
}
}
.readonly-file-display-empty {
color: rgba(150, 151, 153, 0.6);
}