Procházet zdrojové kódy

综合管理大屏公告UI。

jxq před 1 měsícem
rodič
revize
0e7ad1e4b0

+ 6 - 1
src/views/screens/screen-components/WeiDianZiCheJianGongGao.vue

@@ -107,10 +107,15 @@ const innerRef1 = ref(null);
   line-height: v-bind("bsFSLH");
   word-break: break-all;
   font-size: v-bind("bsFS");
+  flex-direction: column;
 }
 
-#container * {
+#m-g-g-content-box * {
   font-size: inherit;
   line-height: inherit; /* 强制继承 */
+  padding: 0 !important;
+  margin: 0 !important;
+  word-break: break-all;
+  overflow: hidden;
 }
 </style>