yusheng 1 rok temu
rodzic
commit
be264a9c45
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/views/doc/components/file-table-list.vue

+ 3 - 3
src/views/doc/components/file-table-list.vue

@@ -7,7 +7,7 @@
       :datasource="datasource"
       height="calc(30vh)"
       tool-class="ele-toolbar-form"
-      :needPage="false"
+ 
       row-key="id"
       :current.sync="current"
       :selection.sync="selection"
@@ -270,7 +270,7 @@
     <el-tabs
       type="border-card"
       v-show="!current?.id && parentData?.id"
-      style="height: calc(70vh - 220px)"
+      style="height: calc(70vh - 260)"
     >
       <el-tab-pane label="常规">
         <folderInfo :parentId="parentData?.id" :folderList="folderList" />
@@ -282,7 +282,7 @@
       v-model="activeName"
       type="border-card"
       v-show="current.id && isPower(current, 'check')"
-      style="height: calc(70vh - 220px)"
+      style="height: calc(70vh - 260px)"
       @tab-click="tabClick"
     >
       <el-tab-pane label="常规" name="常规">