Browse Source

模型质量报告-样式调整

yangjunjing 4 years ago
parent
commit
1e6f1e9782
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/model/report/index.vue

+ 6 - 0
src/views/model/report/index.vue

@@ -480,6 +480,12 @@ export default {
 }
 </style>
 <style lang="less">
+.el-table {
+  .el-table__fixed {
+    height: auto !important;
+    bottom: 17px;
+  }
+}
 .el-table__row.warning-row {
   td {
     background: #f3f3f3 !important;