From dd1fffd79195e6774a3cb32380253fd30fd8e74c Mon Sep 17 00:00:00 2001 From: zhouxin Date: Thu, 22 Dec 2022 14:28:01 +0800 Subject: [PATCH 1/3] =?UTF-8?q?(fixed)7538=20=E5=88=A0=E9=99=A4=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=8F=90=E7=A4=BA=E6=98=BE=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../humanAffairs/containers/resourceRepository.jsx | 2 ++ web/client/src/sections/humanAffairs/style.less | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx b/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx index 89036c8..11bfe86 100644 --- a/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx +++ b/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx @@ -59,9 +59,11 @@ const ResourceRepository = (props) => { 删除 } diff --git a/web/client/src/sections/humanAffairs/style.less b/web/client/src/sections/humanAffairs/style.less index 7d97fdc..3a5389b 100644 --- a/web/client/src/sections/humanAffairs/style.less +++ b/web/client/src/sections/humanAffairs/style.less @@ -24,18 +24,19 @@ margin-bottom: 20px; } - .semi-tree-option-list-block .semi-tree-option:hover{ + .semi-tree-option-list-block .semi-tree-option:hover { .tree-icon { opacity: 1; -webkit-transition: opacity 0.2s; } } - .semi-tree-option-list-block .semi-tree-option{ + + .semi-tree-option-list-block .semi-tree-option { .tree-icon { padding-left: 6px; opacity: 0; -webkit-transition: opacity 0.1s 0.2s; - + .semi-icon { padding-left: 6px; } @@ -56,7 +57,6 @@ font-size: 14px; } } - // .semi-input-wrapper { // margin-bottom: 20px; // } From a59c52af8e2fa621e3b6ba52f5b8de41decf1797 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Thu, 22 Dec 2022 15:04:42 +0800 Subject: [PATCH 2/3] =?UTF-8?q?(fixed)7540=20=E9=99=84=E4=BB=B6=E8=B6=85?= =?UTF-8?q?=E8=BF=87100M=E4=B8=8A=E4=BC=A0=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/config.js b/api/config.js index b944e8a..29128e2 100644 --- a/api/config.js +++ b/api/config.js @@ -88,7 +88,7 @@ const product = { accessKey: QINIU_AK, secretKey: QINIU_SK }, - maxSize: 104857600, // 100M + maxSize: 209715200, // 200M } }, { entry: require('./app').entry, From 66d77e35bfdec8eda5a4d1d04cd923f2ceba3e64 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Thu, 22 Dec 2022 15:29:39 +0800 Subject: [PATCH 3/3] =?UTF-8?q?(*)=E5=9F=B9=E8=AE=AD=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E5=BA=93=E6=90=9C=E7=B4=A2=E6=A1=86=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sections/humanAffairs/containers/resourceRepository.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx b/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx index 11bfe86..3b679e2 100644 --- a/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx +++ b/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx @@ -283,7 +283,9 @@ const ResourceRepository = (props) => { onChange={(data) => { setDataRange(data) }} onClear={() => { setDataRange(null) }} /> - +