From d03fec1e380dc6b07e191d2b4775ec2007c2b2da Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Fri, 20 Oct 2023 21:43:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E4=B8=8D=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/appconfig/ThirdAppConfigList.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/views/system/appconfig/ThirdAppConfigList.vue b/src/views/system/appconfig/ThirdAppConfigList.vue index 9162cb9..097dfd4 100644 --- a/src/views/system/appconfig/ThirdAppConfigList.vue +++ b/src/views/system/appconfig/ThirdAppConfigList.vue @@ -9,7 +9,9 @@
-
+
+ +
@@ -94,6 +96,14 @@ color: #333 !important; } } + .empty-image{ + align-items: center; + display: flex; + flex-direction: column; + height: calc(100% - 50px); + justify-content: center; + width: 100%; + }