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"