XMLWAN пре 3 година
родитељ
комит
6c98da188d
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      src/xt_pages/user/coursePrint.vue

+ 4 - 1
src/xt_pages/user/coursePrint.vue Прегледај датотеку

@@ -55,7 +55,7 @@
55 55
               <div>{{item.title}}</div>
56 56
             </div>
57 57
 
58
-             <div class="inline_block" style="width:100%;font-family: 宋体;color:black;font-size:18px">
58
+             <div class="inline_block" style="width:100%;>
59 59
               <div v-html="item.content" class="printP">{{item.content}}</div>
60 60
             </div>
61 61
           </div>
@@ -319,6 +319,9 @@
319 319
   .printP{
320 320
     line-height: 20px;
321 321
     font-weight: bold;
322
+    font-size:16px;
323
+    color: black;
324
+    font-family: 宋体;
322 325
   }
323 326
 </style>
324 327