Procházet zdrojové kódy

打印短语最大宽度

natasha před 5 dny
rodič
revize
c9c4894fb8

+ 2 - 0
src/views/bookShelf/components/PrintModel.vue

@@ -2050,6 +2050,8 @@ export default {
               font-size: 24px;
               line-height: 32px;
               color: #ed5f00;
+              max-width: 60%;
+              word-break: break-word;
             }
             .symbol {
               font-size: 20px;

+ 1 - 1
src/views/bookShelf/index.vue

@@ -560,7 +560,7 @@ export default {
   },
   //生命周期 - 创建完成(可以访问当前this实例)
   created() {
-    console.log("2025-07-14");
+    console.log("2025-07-15");
     if (this.userMessage) {
       this.getNumber();
       this.getList();