国内外详情 - 查看基础属性字体和外面大小一致

This commit is contained in:
yanyizhou
2021-12-10 17:03:58 +08:00
parent 5f4ab2900a
commit 190d39a6af
@@ -958,22 +958,22 @@
>
<div class="see-drawer-content">
<div class="see-drawer-div">
<label class="see-drawer-name" title="条款号">条款号</label>
<label class="see-drawer-name" style="font-size: 14px" title="条款号">条款号</label>
<span class="see-drawer-val" :title="standShowItemEO.itemsNum">{{ standShowItemEO.itemsNum }}</span>
</div>
<div class="see-drawer-div">
<label class="see-drawer-name" title="条款名称">条款名称</label>
<label class="see-drawer-name" style="font-size: 15px" title="条款名称">条款名称</label>
<span class="see-drawer-val" :title="standShowItemEO.itemsName">{{ standShowItemEO.itemsName }}</span>
</div>
<div class="see-drawer-div">
<label class="see-drawer-name" title="内容简介">条款内容</label>
<label class="see-drawer-name" style="font-size: 15px" title="内容简介">条款内容</label>
<span class="see-drawer-val"
:title="standShowItemEO.termsConditions ? standShowItemEO.termsConditions.replace(/<.*?>/ig, ' ') : ''">{{
standShowItemEO.termsConditions ? standShowItemEO.termsConditions.replace(/<.*?>/ig, ' ') : ''
}}</span>
</div>
<div class="see-drawer-div">
<label class="see-drawer-name" title="解读内容">解读内容</label>
<label class="see-drawer-name" style="font-size: 15px" title="解读内容">解读内容</label>
<span class="see-drawer-val"
:title="standShowItemEO.readContent ? standShowItemEO.readContent.replace(/<.*?>/ig, ' ') : ''">
{{
@@ -982,48 +982,48 @@
</div>
<div class="see-drawer-div">
<label class="see-drawer-name" title="新车型实施日期">新车型实施日期</label>
<label class="see-drawer-name" style="font-size: 15px" title="新车型实施日期">新车型实施日期</label>
<span class="see-drawer-val"
:title="standShowItemEO.xcxssrq">{{
standShowItemEO.xccssrq ? $moment(standShowItemEO.xccssrq).format('YYYY-MM-DD') : ''
standShowItemEO.xccssrq
}}</span>
</div>
<div class="see-drawer-div">
<label class="see-drawer-name" title="在产车实施日期">在产车实施日期</label>
<label class="see-drawer-name" style="font-size: 15px" title="在产车实施日期">在产车实施日期</label>
<span class="see-drawer-val"
:title="standShowItemEO.zccssrq">{{
standShowItemEO.zccssrq ? $moment(standShowItemEO.zccssrq).format('YYYY-MM-DD') : ''
standShowItemEO.zccssrq
}}</span>
</div>
<div class="see-drawer-div">
<label class="see-drawer-name" title="适用车型">适用车型</label>
<label class="see-drawer-name" style="font-size: 15px" title="适用车型">适用车型</label>
<span class="see-drawer-val" :title="standShowItemEO.applyArctic">{{ standShowItemEO.applyArctic }}</span>
</div>
<div class="see-drawer-div">
<label class="see-drawer-name" title="责任部门">责任部门</label>
<label class="see-drawer-name" style="font-size: 15px" title="责任部门">责任部门</label>
<span class="see-drawer-val" :title="standShowItemEO.responsibleUnit">{{
standShowItemEO.responsibleUnit
}}</span>
</div>
<div class="see-drawer-div">
<label class="see-drawer-name" title="责任工程师">责任工程师</label>
<label class="see-drawer-name" style="font-size: 15px" title="责任工程师">责任工程师</label>
<span class="see-drawer-val" :title="standShowItemEO.dutyEngineer">
{{ standShowItemEO.dutyEngineer }}</span>
</div>
<div class="see-drawer-div">
<label class="see-drawer-name" title="基于上一版本差异">基于上一版本差异</label>
<label class="see-drawer-name" style="font-size: 15px" title="基于上一版本差异">基于上一版本差异</label>
<span class="see-drawer-val" :title="standShowItemEO.comparedWithPrevious">
{{ standShowItemEO.comparedWithPrevious }}</span>
</div>
<div class="see-drawer-div">
<label class="see-drawer-name" title="符合性状态">符合性状态</label>
<label class="see-drawer-name" style="font-size: 15px" title="符合性状态">符合性状态</label>
<span class="see-drawer-val" :title="standShowItemEO.complianceRequire">
{{ standShowItemEO.complianceRequire }}</span>
</div>
<div class="see-drawer-div">
<label class="see-drawer-name" title="合规性分析">合规性分析</label>
<label class="see-drawer-name" style="font-size: 15px" title="合规性分析">合规性分析</label>
<span class="see-drawer-val" :title="standShowItemEO.complianceState">
{{ standShowItemEO.complianceState }}</span>
</div>