mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-08 02:16:45 +08:00
样式调整
This commit is contained in:
@@ -682,12 +682,15 @@ export default {
|
||||
flex: 1;
|
||||
min-width: 200px;
|
||||
max-width: 300px;
|
||||
height: 40px;
|
||||
|
||||
:deep(.ant-input-affix-wrapper) {
|
||||
height: 40px !important;
|
||||
}
|
||||
|
||||
:deep(.ant-input),
|
||||
:deep(.ant-select) {
|
||||
width: 100%;
|
||||
height: 40px !important; // 设置统一高度
|
||||
height: 40px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user