style(ship): 优化日期选择器和下拉框宽度限制

- 为日期选择器添加最大宽度限制为250px
- 为下拉框添加最大宽度限制为250px
- 改进组件响应式布局适应性
This commit is contained in:
2026-09-02 14:41:38 +08:00
parent a8986690bb
commit 6eff4b7383
+2
View File
@@ -1277,6 +1277,7 @@ export default {
.date-range-inline :deep(.el-date-editor) {
flex: 1;
min-width: 0;
max-width: 250px;
}
.navigation-area-field {
@@ -1289,6 +1290,7 @@ export default {
.navigation-area-field :deep(.el-select) {
flex: 1;
min-width: 0;
max-width: 250px;
}
.navigation-info-icon {