@@ -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>