Browse Source

修复预览图片层级关系遮挡bug和经营看板内容超出样式优化

songxy 5 tháng trước cách đây
mục cha
commit
48861fee7c

+ 1 - 1
client/src/views/OaSystem/financialManagement/businessBoard/index.vue

@@ -69,7 +69,7 @@
     <el-row class="down-box" justify="space-between">
       <el-col :span="15">
         <div class="title">部门经营情况</div>
-        <el-table class="detail-table" :data="deptData" style="width: 100%" max-height="400">
+        <el-table class="detail-table" :data="deptData" style="width: 100%" max-height="320">
           <el-table-column prop="deptName" label="部门" />
           <el-table-column prop="signAmount" label="本年签约" sortable>
             <template #default="scope">

+ 1 - 0
client/src/views/OaSystem/personnelManagement/ygdaPage/SchoolTable.vue

@@ -98,6 +98,7 @@
                 :src="item"
                 fit="scale-down"
                 :preview-src-list="[item]"
+                :preview-teleported="true"
               />
             </span>
           </div>