update src/assets/styles/element-ui.scss.

全局配置输入框固定宽度

Signed-off-by: GXRoger <875161928@qq.com>
This commit is contained in:
GXRoger 2023-09-15 08:21:39 +00:00 committed by Gitee
parent 92b2b489a4
commit daa457ed44
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -114,3 +114,7 @@
.el-dropdown .el-dropdown-link {
color: var(--el-color-primary) !important;
}
.el-input__wrapper {
width: 240px;
}