|
@@ -216,7 +216,7 @@
|
|
|
>
|
|
|
<div class="showGJBox">
|
|
|
<div v-if="form.jyName" ref="JYRef" class="JYBox">
|
|
|
- 检<span style="margin-left: 20px">{{ form.jyName }}</span>
|
|
|
+ 检<span style="margin-left: 10px">{{ form.jyName }}</span>
|
|
|
</div>
|
|
|
<span v-else>请先设置检验编号</span>
|
|
|
</div>
|
|
@@ -979,6 +979,7 @@ watch(
|
|
|
.GJBox {
|
|
|
font-size: 20px;
|
|
|
padding: 0 3px;
|
|
|
+ font-family: "FZXBSJW", sans-serif;
|
|
|
color: red;
|
|
|
background-color: transparent !important;
|
|
|
display: inline;
|
|
@@ -986,6 +987,7 @@ watch(
|
|
|
}
|
|
|
.JYBox {
|
|
|
font-size: 20px;
|
|
|
+ font-family: "FZXBSJW", sans-serif;
|
|
|
padding: 0 3px;
|
|
|
color: red;
|
|
|
background-color: transparent !important;
|
|
@@ -1002,9 +1004,10 @@ watch(
|
|
|
font-weight: bolder;
|
|
|
text-align: center;
|
|
|
width: 120px;
|
|
|
+ font-family: "FZXBSJW", sans-serif;
|
|
|
height: 120px;
|
|
|
line-height: 50%;
|
|
|
- padding-top: 25px;
|
|
|
+ padding-top: 30px;
|
|
|
color: red;
|
|
|
background-color: transparent !important;
|
|
|
display: inline;
|