style(ipt组件):修改ipt组件禁用样式

This commit is contained in:
Apple 2022-10-19 14:37:08 +08:00
parent 05eec75753
commit 056c247e68
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@
}
&[disabled]{
background: #F7F9FC;
background: #f7f7f7;
color: #e0e0e0;
}
}
.iptlabel{