loulijun2021
2022-10-18 6b32ec29b1cd3ed12845d543e18da18f8456cdda
src/views/scgl/cngh.vue
@@ -1063,17 +1063,22 @@
  }
}
</style>
<style>
<style lang="scss">
.el-table .custom-row {
  background: #f8f8fa;
}
/*为了让面板在超出区域可显示*/
.table_only{
  overflow: visible !important;
.el-table__body-wrapper{
  overflow: visible !important
}
.table_only{
overflow: visible !important
}
/*为了让面板在超出区域可显示*/
/*.el-table__body-wrapper{*/
/*  overflow: visible !important*/
/*}*/
/*.table_only{*/
/*overflow: visible !important*/
/*}*/
</style>