From d59f518f466274b2caeb2e01c10c92deafe7c93b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 09 二月 2022 11:48:29 +0800 Subject: [PATCH] 2022-02-09 --- src/menu/datasource/verifycard/index.jsx | 15 ++++----------- 1 files changed, 4 insertions(+), 11 deletions(-) diff --git a/src/menu/datasource/verifycard/index.jsx b/src/menu/datasource/verifycard/index.jsx index 3c0b394..8f8afd6 100644 --- a/src/menu/datasource/verifycard/index.jsx +++ b/src/menu/datasource/verifycard/index.jsx @@ -42,7 +42,7 @@ dataIndex: 'label', inputType: 'input', editable: true, - width: '20%' + width: '28%' }, { title: '瀛楁', @@ -51,7 +51,7 @@ editable: true, unique: true, copy: true, - width: '20%' + width: '28%' }, { title: '鏁版嵁绫诲瀷', @@ -90,15 +90,8 @@ { value: 'datetime', text: 'datetime' }, ], editable: true, - width: '20%', - }, - { - title: '澶囨敞', - dataIndex: 'remark', - inputType: 'textarea', - editable: true, - width: '20%' - }, + width: '25%', + } ], scriptsColumns: [ { -- Gitblit v1.8.0