样式调整

This commit is contained in:
670788339
2025-11-03 17:27:34 +08:00
parent c51a2d5467
commit 6af91d4263

View File

@@ -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;
}
}