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%; + }