车型页面高级搜索样式更改

This commit is contained in:
Jaunty
2021-07-09 15:39:35 +08:00
parent ac9b608d16
commit 14af9d5f5c
@@ -1572,13 +1572,14 @@ export default {
border-right: none; border-right: none;
line-height:30px; line-height:30px;
text-align: center; text-align: center;
margin-top: 6px; margin-top: 7px;
background: #F9F9F9; background: #F9F9F9;
} }
/deep/.el-input__inner { /deep/.el-input__inner {
height: 30px; height: 30px;
line-height: 30px; line-height: 30px;
border-radius: 0 !important; border-radius: 0 !important;
width: 200px;
} }
} }
} }