Quellcode durchsuchen

fix: 制表影响样式

jinx vor 1 Jahr
Ursprung
Commit
608184e2c8
1 geänderte Dateien mit 4 neuen und 3 gelöschten Zeilen
  1. 4 3
      src/views/tables/ask.vue

+ 4 - 3
src/views/tables/ask.vue

@@ -20,8 +20,8 @@
       <span>次</span>
     </div>
 
-    <h2 v-show="!isWrite" class="title" v-if="type == '1'">询问/<span class="through">讯问</span>笔录</h2>
-    <h2 v-show="!isWrite" class="title" v-else><span class="through">询问</span>/讯问笔录</h2>
+    <h2 v-show="!isWrite" class="ask-title" v-if="type == '1'">询问/<span class="through">讯问</span>笔录</h2>
+    <h2 v-show="!isWrite" class="ask-title" v-else><span class="through">询问</span>/讯问笔录</h2>
     <div class="container" v-show="!isWrite">
       <div class="line">
         <span>时间</span>
@@ -322,9 +322,10 @@ div[contenteditable] {
       margin: 0 5px;
     }
   }
-  .title {
+  .ask-title {
     text-align: center;
     margin-bottom: 78px;
+    font-size: 32px !important;
   }
   .bottom-name {
     width: 100%;