|
@@ -50,8 +50,8 @@
|
|
|
<svg-icon icon-class="vessel"
|
|
|
style="width: 0.6rem; height: 0.6rem; margin-top: 0.1rem; margin-left: 0.1rem"></svg-icon>
|
|
|
</div>
|
|
|
- <div style="float: left; margin-left: 0.2rem; margin-top: 0.3rem">
|
|
|
- <div style="font-size: 14px; color: #92D050; font-weight:bold">{{ $t('压力容器') }}</div>
|
|
|
+ <div style="float: right; margin-left: 0.2rem; margin-top: 0.3rem">
|
|
|
+ <div style="font-size: 12px; color: #92D050; font-weight:bold">{{ $t('压力容器') }}</div>
|
|
|
<div class="specFont">{{ devDatas.ylrqData.ylrqAll_num }}<span
|
|
|
style="font-size: 12px; color: #4a7d87; margin-left: 0.1rem">{{ $t('台') }}</span></div>
|
|
|
</div>
|
|
@@ -99,12 +99,14 @@
|
|
|
style="width: 0.6rem; height: 0.6rem; margin-top: 0.1rem; margin-left: 0.1rem"></svg-icon>
|
|
|
</div>
|
|
|
<div style="float: right;margin-top: 0.3rem">
|
|
|
- <div style="font-size: 14px; color: #92D050; font-weight:bold">{{ $t('起重机械') }}</div>
|
|
|
- <div class="specFontSmall"><span
|
|
|
+ <div style="font-size: 12px; color: #92D050; font-weight:bold">{{ $t('起重机械') }}</div>
|
|
|
+ </div>
|
|
|
+ <div style="float: right">
|
|
|
+ <div style="margin-top: 0.1rem" class="specFontSmall"><span
|
|
|
style="font-size: 10px; color: #4a7d87;margin-right: 0.1rem">{{ $t('特种设备2') }}</span>{{
|
|
|
devDatas.dzsbData.dzsbAll_num
|
|
|
}}<span style="font-size: 10px; color: #4a7d87; margin-left: 0.1rem">{{ $t('台') }}</span></div>
|
|
|
- <div class="specFontSmall"><span
|
|
|
+ <div style="margin-top: 0.1rem" class="specFontSmall"><span
|
|
|
style="font-size: 10px; color: #4a7d87;margin-right: 0.1rem">{{ $t('非特种设备') }}</span>{{
|
|
|
devDatas.dzsbData.dzsbUn_num
|
|
|
}}<span style="font-size: 10px; color: #4a7d87; margin-left: 0.1rem">{{ $t('台') }}</span></div>
|