From 41c55c1f103658b997f7a828a7067bdb228f1df0 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 04 十月 2022 23:35:10 +0800
Subject: [PATCH] 2022-10-04

---
 src/pc/components/login/normal-login/options.jsx |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/src/pc/components/login/normal-login/options.jsx b/src/pc/components/login/normal-login/options.jsx
index 49e70d1..9731b8e 100644
--- a/src/pc/components/login/normal-login/options.jsx
+++ b/src/pc/components/login/normal-login/options.jsx
@@ -59,17 +59,17 @@
       precision: 0,
       required: true
     },
-    {
-      type: 'number',
-      field: 'maxWidth',
-      label: '鏈�澶у搴�',
-      initval: wrap.maxWidth || '',
-      tooltip: '鐧诲綍妗嗙殑鏈�澶у搴﹀�笺��',
-      min: 100,
-      max: 2000,
-      precision: 0,
-      required: false
-    },
+    // {
+    //   type: 'number',
+    //   field: 'maxWidth',
+    //   label: '鏈�澶у搴�',
+    //   initval: wrap.maxWidth || '',
+    //   tooltip: '鐧诲綍妗嗙殑鏈�澶у搴﹀�笺��',
+    //   min: 100,
+    //   max: 2000,
+    //   precision: 0,
+    //   required: false
+    // },
     {
       type: 'styleInput',
       field: 'height',
@@ -127,6 +127,7 @@
       initval: wrap.tempId || '',
       tooltip: '鐭俊妯℃澘鍙湪 浜戠郴缁�->搴旂敤鏈嶅姟->寮�鍙戣�呬腑蹇�->鐭俊妯℃澘 澶勬坊鍔犮��',
       required: true,
+      dropdown: 'false',
       options: msgTemps
     },
     {
@@ -152,6 +153,7 @@
       field: 'signWays',
       label: '娉ㄥ唽鏂瑰紡',
       initval: wrap.signWays || [],
+      tooltip: '寰俊鎺堟潈鍙湪灏忕▼搴忎腑鏈夋晥銆�',
       required: true,
       options: [
         { label: '璐﹀彿', value: 'uname_pwd' },
@@ -169,6 +171,7 @@
       initval: wrap.signTempId || '',
       tooltip: '鐭俊妯℃澘鍙湪 浜戠郴缁�->搴旂敤鏈嶅姟->寮�鍙戣�呬腑蹇�->鐭俊妯℃澘 澶勬坊鍔犮��',
       required: true,
+      dropdown: 'false',
       options: msgTemps
     },
     {

--
Gitblit v1.8.0