cxs il y a 5 mois
Parent
commit
282dddb9ff
1 fichiers modifiés avec 7 ajouts et 3 suppressions
  1. 7 3
      src/views/query/qualityAudits/index.vue

+ 7 - 3
src/views/query/qualityAudits/index.vue

@@ -118,13 +118,17 @@ function generateColumns(month: number): ColumnProps[] {
 </script>
 <style scoped>
 :deep .el-table--small .el-table__row {
-  height: 33px !important;
+  height: 29px !important;
   font-size: 13px !important;
 }
 :deep .el-table--small .el-table__header th {
-  height: 31px !important;
+  height: 40px !important;
   font-size: 14px !important;
 }
+
+:deep .el-table--small .cell {
+  line-height: 22px!important;
+}
 </style>
 <style lang='scss' scoped>
 :deep(.group-bias-divide) {
@@ -155,7 +159,7 @@ function generateColumns(month: number): ColumnProps[] {
       right: 0 !important;
       background-color: #C7E2FF;
       display: block;
-      transform: rotate(300deg);
+      transform: rotate(309deg);
       transform-origin: bottom;
     }
   }