From c39fc1db18c6d754312ccbc187f11076c203392b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 22 十二月 2023 17:59:47 +0800 Subject: [PATCH] 2023-12-22 --- src/pc/components/login/normal-login/options.jsx | 28 +++++++++++++++++++--------- 1 files changed, 19 insertions(+), 9 deletions(-) diff --git a/src/pc/components/login/normal-login/options.jsx b/src/pc/components/login/normal-login/options.jsx index 054fd0a..72dae60 100644 --- a/src/pc/components/login/normal-login/options.jsx +++ b/src/pc/components/login/normal-login/options.jsx @@ -70,15 +70,24 @@ // precision: 0, // required: false // }, - { - type: 'styleInput', - field: 'height', - label: '楂樺害', - initval: wrap.height || '', - tooltip: '缁勪欢鍗犵敤鐨勬渶灏忛珮搴︼紝鐢ㄤ簬椤甸潰甯冨眬銆�', - required: false, - options: ['px', 'vh', 'vw', '%'] - }, + // { + // type: 'styleInput', + // field: 'height', + // label: '鏈�灏忛珮搴�', + // initval: wrap.height || '', + // tooltip: '缁勪欢鍗犵敤鐨勬渶灏忛珮搴︼紝鐢ㄤ簬椤甸潰甯冨眬銆�', + // required: false, + // options: ['px', 'vh', 'vw', '%'] + // }, + // { + // type: 'styleInput', + // field: 'maxWidth', + // label: '鏈�澶у搴�', + // initval: wrap.maxWidth || '', + // tooltip: '缁勪欢鍗犵敤鐨勬渶澶у搴︼紝鐢ㄤ簬椤甸潰甯冨眬銆�', + // required: false, + // options: ['px', 'vh', 'vw', '%'] + // }, { type: 'radio', field: 'topTip', @@ -223,6 +232,7 @@ label: '鍗忚缁�', initval: wrap.groups || [], required: true, + actions: ['edit', 'del', 'add', 'move'], span: 24, columns: [ { -- Gitblit v1.8.0