|
@@ -73,6 +73,10 @@
|
|
|
<span class="bold">提示:</span>
|
|
|
{{ items.desc }}
|
|
|
</p>
|
|
|
+ <p>
|
|
|
+ <span class="bold">质控依据:</span>
|
|
|
+ {{ items.basis }}
|
|
|
+ </p>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="btn-content">
|
|
@@ -1317,7 +1321,7 @@ export default {
|
|
|
.cont-reight-bottom-title {
|
|
|
border-right: 3px solid #ed3028;
|
|
|
width: 90px;
|
|
|
- height: 80px;
|
|
|
+ height: 100px;
|
|
|
line-height: 20px;
|
|
|
background-color: rgba(254, 240, 240, 1);
|
|
|
color: #ed3028;
|
|
@@ -1334,7 +1338,7 @@ export default {
|
|
|
|
|
|
.cont-reight-bottom-title-null {
|
|
|
width: 90px;
|
|
|
- height: 80px;
|
|
|
+ height: 100px;
|
|
|
background-color: rgba(254, 240, 240, 1);
|
|
|
border-right: 3px solid #78b2f1;
|
|
|
text-align: center;
|