Browse Source

fixed:修改文本错误

nahida 1 year ago
parent
commit
28f7d009a6
1 changed files with 11 additions and 1 deletions
  1. 11 1
      src/views/BusDynamics/sjtjzl/index.vue

+ 11 - 1
src/views/BusDynamics/sjtjzl/index.vue

@@ -190,7 +190,7 @@
       </template>
       </template>
 
 
       <template v-if="needShow.filter(key => key.includes('dx')).length >= 2">
       <template v-if="needShow.filter(key => key.includes('dx')).length >= 2">
-        <el-table-column label="企业用" header-align="center">
+        <el-table-column label="企业用" header-align="center">
           <template v-for="(col, index) in needShow" :key="index">
           <template v-for="(col, index) in needShow" :key="index">
             <el-table-column v-if="col.includes('dx')" sortable :prop="col" :label="colMap.get(col)" width="180"/>
             <el-table-column v-if="col.includes('dx')" sortable :prop="col" :label="colMap.get(col)" width="180"/>
           </template>
           </template>
@@ -738,8 +738,18 @@ init();
 <style scoped>
 <style scoped>
 ::v-deep .el-scrollbar__bar.is-horizontal{
 ::v-deep .el-scrollbar__bar.is-horizontal{
   height: 10px;
   height: 10px;
+  display: block !important;
+  position: fixed !important;
+  bottom: 6.3rem !important;
+  left: 15rem !important;
+}
+::v-deep .el-scrollbar{
+  position: relative;
 }
 }
 ::v-deep .el-scrollbar__bar.is-vertical{
 ::v-deep .el-scrollbar__bar.is-vertical{
   width: 10px;
   width: 10px;
 }
 }
+::v-deep .el-table__footer{
+  z-index: -1;
+}
 </style>
 </style>