3 커밋 f9b057e52a ... 6089e8268e

작성자 SHA1 메시지 날짜
  yangjunjing 6089e8268e Merge branch 'report' into dev 5 년 전
  yangjunjing ecb4725a41 模型质量报告-样式调整 5 년 전
  yangjunjing 1e6f1e9782 模型质量报告-样式调整 5 년 전
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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;