From b99ce8c40845653c2459dbf1d758ebead03f9183 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 02 一月 2023 21:24:29 +0800
Subject: [PATCH] 2023-01-02

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

diff --git a/src/pc/components/login/normal-login/options.jsx b/src/pc/components/login/normal-login/options.jsx
index 9731b8e..054fd0a 100644
--- a/src/pc/components/login/normal-login/options.jsx
+++ b/src/pc/components/login/normal-login/options.jsx
@@ -81,6 +81,27 @@
     },
     {
       type: 'radio',
+      field: 'topTip',
+      label: '椤堕儴鎻愮ず',
+      initval: wrap.topTip || 'show',
+      tooltip: '鐧诲綍鎴栨敞鍐屾柟寮忔彁绀轰俊鎭��',
+      required: false,
+      options: [
+        {value: 'show', label: '鏄剧ず'},
+        {value: 'hidden', label: '闅愯棌'}
+      ]
+    },
+    {
+      type: 'styleInput',
+      field: 'borderRadius',
+      label: '鍦嗚',
+      initval: wrap.borderRadius || '',
+      tooltip: '鐧诲綍鎴栨敞鍐屾椂锛岀‘瀹氭寜閽殑鍦嗚銆�',
+      required: false,
+      options: ['px', 'vh', 'vw', '%']
+    },
+    {
+      type: 'radio',
       field: 'classify',
       label: '缁勪欢绫诲瀷',
       initval: wrap.classify || 'login',

--
Gitblit v1.8.0