File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 40
40
"driver.js" : " ^1.3.1" ,
41
41
"echarts" : " ^5.4.3" ,
42
42
"echarts-wordcloud" : " ^2.1.0" ,
43
- "element-plus" : " ^2.4.4 " ,
43
+ "element-plus" : " ^2.5.3 " ,
44
44
"lodash-es" : " ^4.17.21" ,
45
45
"mitt" : " ^3.0.1" ,
46
46
"nprogress" : " ^0.2.0" ,
Original file line number Diff line number Diff line change @@ -424,7 +424,15 @@ export default defineComponent({
424
424
margin-left : 0 !important ;
425
425
}
426
426
427
- .@{elNamespace} -form--inline .@{elNamespace} -input {
428
- width : 245px ;
427
+ .@{elNamespace} -form--inline {
428
+ :deep(.el-form-item__content ) {
429
+ & > :first-child {
430
+ min-width : 229.5px ;
431
+ }
432
+ }
433
+ .@{elNamespace} -input-number {
434
+ // 229.5px是兼容el-input-number的最小宽度,
435
+ min-width : 229.5px ;
436
+ }
429
437
}
430
438
</style >
You can’t perform that action at this time.
0 commit comments