fix : 日期框100%
This commit is contained in:
@@ -13,12 +13,12 @@
|
|||||||
:offset="index == 0 || index / 4 ==1 ? 0 : 1"
|
:offset="index == 0 || index / 4 ==1 ? 0 : 1"
|
||||||
:key="item.prop"
|
:key="item.prop"
|
||||||
>
|
>
|
||||||
<el-form-item
|
<el-form-item
|
||||||
v-bind="item"
|
v-bind="item"
|
||||||
:key="item.prop"
|
:key="item.prop"
|
||||||
>
|
>
|
||||||
<template #default>
|
<template #default>
|
||||||
<component
|
<component
|
||||||
:is="item.component"
|
:is="item.component"
|
||||||
v-bind="item.props || {}"
|
v-bind="item.props || {}"
|
||||||
v-on="item.on || {}"
|
v-on="item.on || {}"
|
||||||
@@ -110,4 +110,7 @@ onMounted(()=>{
|
|||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
</style>
|
:deep(.el-date-editor.el-input){
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user