From 742f7d11557526038d332e60a8c8ca18177bc4e4 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 26 十月 2023 15:51:58 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/templates/zshare/modalform/index.jsx |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/templates/zshare/modalform/index.jsx b/src/templates/zshare/modalform/index.jsx
index 0c6a6b7..310bdb6 100644
--- a/src/templates/zshare/modalform/index.jsx
+++ b/src/templates/zshare/modalform/index.jsx
@@ -745,7 +745,6 @@
           { required: item.required, message: '璇疯緭鍏�' + item.label + '!' }
         ]
         span = 24
-        className = 'text-area'
 
         if (this.record.type === 'select' || this.record.type === 'link') {
           extra = <span className="add-resource-empty" onClick={this.handleEmpty}>绌�</span>
@@ -757,7 +756,6 @@
         content = <CodeMirror />
       } else if (item.type === 'textarea') {
         span = 24
-        className = 'text-msg'
         rules = [
           { required: item.required, message: '璇疯緭鍏�' + item.label + '!' }
         ]
@@ -765,7 +763,6 @@
         content = <TextArea rows={item.rows || 4}/>
       } else if (item.type === 'options') {
         span = 24
-        className = 'text-area'
 
         let type = this.record.type
         let linkSubFields = this.record.linkSubField || []
@@ -818,6 +815,7 @@
             columns.push({ title: 'url', key: '$url', type: 'file' })
           } else if (this.record.display === 'color') {
             columns.push({ title: 'Color', key: '$color' })
+            extra = <span>浣跨敤鍗佸叚杩涘埗鑹插僵浠g爜锛圚EX锛夋椂锛岃鍦ㄨ壊鍊煎墠娣诲姞 #</span>
           }
 
           fields.forEach(item => {
@@ -835,7 +833,6 @@
         }
       } else if (item.type === 'fields') {
         span = 24
-        className = 'text-area'
         rules = [
           { required: item.required, message: '璇锋坊鍔�' + item.label + '!' }
         ]

--
Gitblit v1.8.0