mirror of
https://gitee.com/yudaocode/yudao-boot-mini.git
synced 2026-03-22 05:27:15 +08:00
feat:【infra】代码生成:vben5 + ele 模版中,DatePicker 增加 class: '!w-full' 保证宽度
This commit is contained in:
@@ -114,6 +114,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
showTime: true,
|
showTime: true,
|
||||||
format: 'YYYY-MM-DD HH:mm:ss',
|
format: 'YYYY-MM-DD HH:mm:ss',
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
#elseif($column.htmlType == "textarea")## 文本域
|
#elseif($column.htmlType == "textarea")## 文本域
|
||||||
component: 'Textarea',
|
component: 'Textarea',
|
||||||
@@ -317,6 +318,7 @@ export function use${subSimpleClassName}FormSchema(): VbenFormSchema[] {
|
|||||||
showTime: true,
|
showTime: true,
|
||||||
format: 'YYYY-MM-DD HH:mm:ss',
|
format: 'YYYY-MM-DD HH:mm:ss',
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
#elseif($column.htmlType == "textarea")## 文本域
|
#elseif($column.htmlType == "textarea")## 文本域
|
||||||
component: 'Textarea',
|
component: 'Textarea',
|
||||||
@@ -552,6 +554,7 @@ export function use${subSimpleClassName}GridColumns(): VxeTableGridOptions<${api
|
|||||||
showTime: true,
|
showTime: true,
|
||||||
format: 'YYYY-MM-DD HH:mm:ss',
|
format: 'YYYY-MM-DD HH:mm:ss',
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
#elseif($column.htmlType == "textarea")## 文本域
|
#elseif($column.htmlType == "textarea")## 文本域
|
||||||
component: 'Textarea',
|
component: 'Textarea',
|
||||||
|
|||||||
Reference in New Issue
Block a user