|
@@ -276,7 +276,7 @@
|
|
|
{
|
|
|
field: 'timeList',
|
|
|
label: t('routes.scene.createTime'),
|
|
|
- labelWidth: locale.value != 'zh' ? 80 : 60,
|
|
|
+ labelWidth: locale.value != 'zh' ? 90 : 60,
|
|
|
component: 'RangePicker',
|
|
|
componentProps: {
|
|
|
maxLength: 100,
|
|
@@ -284,7 +284,7 @@
|
|
|
format: 'YYYY-MM-DD',
|
|
|
},
|
|
|
colProps: {
|
|
|
- xl: 4,
|
|
|
+ xl: 5,
|
|
|
xxl: 4,
|
|
|
},
|
|
|
},
|