瀏覽代碼

tableborderbug修复

dengrui 2 周之前
父節點
當前提交
dc570c9d3c
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/pro-steps/components/excel.vue
  2. 1 1
      src/views/pro-steps/components/jianyan.vue

+ 1 - 1
src/views/pro-steps/components/excel.vue

@@ -1,7 +1,7 @@
 <template>
   <div style="padding: 20px 0">
     <div v-if="!excelViewStatus">
-      <el-table :data="tableData" border class="tableView">
+      <el-table :data="tableData" border class="tableView" style="z-index: 1">
         <el-table-column
           fixed
           prop="formName"

+ 1 - 1
src/views/pro-steps/components/jianyan.vue

@@ -1,7 +1,7 @@
 <template>
   <div style="padding: 20px 0">
     <div v-if="!excelViewStatus">
-      <el-table :data="tableData" border class="tableView">
+      <el-table :data="tableData" border class="tableView" style="z-index: 1">
         <el-table-column
           fixed
           prop="formName"