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