jonbo 4 months ago
parent
commit
6862b925f0
1 changed files with 1 additions and 5 deletions
  1. 1 5
      src/views/mis/common/misTable/index.vue

+ 1 - 5
src/views/mis/common/misTable/index.vue

@@ -462,7 +462,7 @@ export default {
   }
 }
 </script>
-<style lang='scss' scoped>
+<style lang='scss'>
 /* 斑马线颜色 */
 .el-table--striped .el-table__body tr.el-table__row--striped.el-table__row--striped.el-table__row--striped td {
   background-color: #F7F7F7;
@@ -546,8 +546,4 @@ export default {
 .el-table__fixed {
   background-color: #ffffff !important;
 }
-
-/deep/ .el-table__header th{
-  border-right-color: #e3e3e3;
-}
 </style>