[update] 修改bug80690
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<div>
|
||||
<van-field
|
||||
readonly
|
||||
:class="readonly ? 'field-readonly' : 'not-field-readonly'"
|
||||
clickable
|
||||
name="picker"
|
||||
:value="showValue"
|
||||
@@ -261,4 +262,15 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.not-field-readonly {
|
||||
/deep/ .van-field__control{
|
||||
color: #1D2129 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.field-readonly {
|
||||
/deep/ .van-field__control{
|
||||
color: #969799 !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user