瀏覽代碼

Merge branch 'bzkf30' into develop

bzkf30 2 年之前
父節點
當前提交
7081a8246f

File diff suppressed because it is too large
+ 2822 - 2583
pnpm-lock.yaml


+ 1 - 1
src/pages/projectManager/projectDatabase/detail/index.vue

@@ -268,7 +268,7 @@ function getFullUrl(url) {
   <div v-show="loading" class="h-100vh w-full absolute z-3000 bg-hex-000000b3 flex items-center justify-center">
     <van-loading color="#ffffffcc" text-color="#ffffffcc" vertical>加载中...</van-loading>
   </div>
-  <div class="xmgktParentDiv h-100vh overflow-auto">
+  <div class="xmgktParentDiv h-100vh overflow-auto bg-white">
     <div class="tableContainer">
       <div class="topPart">
         <table class="Tb" width="100%" cellspacing="0" cellpadding="0">

+ 1 - 1
src/pages/projectManager/projectManageControl/detail/index.vue

@@ -247,7 +247,7 @@ function handleRemove(index) {
   <div v-show="loading" class="h-100vh w-full absolute z-3000 bg-hex-000000b3 flex items-center justify-center">
     <van-loading color="#ffffffcc" text-color="#ffffffcc" vertical>加载中...</van-loading>
   </div>
-  <div class="xmgktParentDiv h-100vh overflow-auto">
+  <div class="xmgktParentDiv h-100vh overflow-auto bg-white">
     <div class="tableContainer">
       <div class="topPart">
         <table class="Tb" width="100%" cellspacing="0" cellpadding="0">