Browse Source

Merge branch 'feature_20260316_日报分享内容自定义配置' into uat(dev)

zhujindu 1 week ago
parent
commit
908f82a71c
2 changed files with 8 additions and 0 deletions
  1. 4 0
      src/views/week/dailyDetails.vue
  2. 4 0
      src/views/week/dailyHistoricalDetails.vue

+ 4 - 0
src/views/week/dailyDetails.vue

@@ -930,6 +930,10 @@ export default {
       }
     }
   }
+  .el-dialog__title {
+    height: 50px;
+    line-height: 50px !important;
+  }
   .el-dialog__footer {
     padding: 0;
   }

+ 4 - 0
src/views/week/dailyHistoricalDetails.vue

@@ -1005,6 +1005,10 @@ export default {
       justify-content: center;
     }
   }
+  .el-dialog__title {
+    height: 50px;
+    line-height: 50px !important;
+  }
   .el-dialog__footer {
     padding: 0;
   }