Browse Source

清除按钮

360view
bianyaqi 2 years ago
parent
commit
66507b086e
  1. 5
      src/page-subspecialty/views/modules/formList/mraForm.vue

5
src/page-subspecialty/views/modules/formList/mraForm.vue

@ -392,9 +392,6 @@ export default {
text-align: left; text-align: left;
line-height: 30px; line-height: 30px;
} }
::v-deep .el-input__suffix{
display: none;
}
.item{ .item{
display: flex; display: flex;
align-items: center; align-items: center;
@ -415,7 +412,7 @@ export default {
color: #ff0000; color: #ff0000;
} }
} }
::v-deep .el-input__icon{
::v-deep .el-icon-arrow-up{
display: none; display: none;
} }
.active_other{ .active_other{

Loading…
Cancel
Save