update ruoyi-ui/src/assets/styles/element-ui.scss.
给定el-input默认宽度,避免使用clearable时产生宽度变化 Signed-off-by: Kulo. <5381369+a511172777@user.noreply.gitee.com>pull/1081/head
parent
6a2e8a35e9
commit
5b04a6cc20
|
|
@ -89,4 +89,8 @@
|
|||
> .el-submenu__title
|
||||
.el-submenu__icon-arrow {
|
||||
display: none;
|
||||
}
|
||||
|
||||
el-input.el-input--default.el-input--suffix {
|
||||
width: 200px;
|
||||
}
|
||||
Loading…
Reference in New Issue