Browse Source

综合管理大屏公告样式修改。

jxq 2 months ago
parent
commit
2d7e69146d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/screens/screen-components/WeiDianZiCheJianGongGao.vue

+ 5 - 0
src/views/screens/screen-components/WeiDianZiCheJianGongGao.vue

@@ -86,5 +86,10 @@ const tableHover = (data: any) => {
 
 #scroll-table-id h1 {
   font-size: v-bind("bsFS") !important; /* 使用!important覆盖用户样式 */
+  margin: 0;
+}
+#scroll-table-id p {
+  font-size: v-bind("bsFS") !important; /* 使用!important覆盖用户样式 */
+  margin: 0;
 }
 </style>