|
|
@@ -86,8 +86,6 @@
|
|
|
<image class="phone-icon" :src="iconSrc('stock-phone')" mode="aspectFit" />
|
|
|
<text class="phone-text">
|
|
|
<text v-if="!$util.isEmpty(ghsInfo.telephone)">{{ ghsInfo.telephone }}</text>
|
|
|
- <text v-if="!$util.isEmpty(ghsInfo.telephone) && !$util.isEmpty(ghsInfo.telephone2)">,</text>
|
|
|
- <text v-if="!$util.isEmpty(ghsInfo.telephone2)">{{ ghsInfo.telephone2 }}</text>
|
|
|
</text>
|
|
|
</view>
|
|
|
<text class="text_9">
|
|
|
@@ -914,10 +912,10 @@ export default {
|
|
|
height: 25upx;
|
|
|
overflow-wrap: break-word;
|
|
|
color: rgba(153, 153, 153, 1);
|
|
|
- font-size: 28upx;
|
|
|
+ font-size: 32upx;
|
|
|
text-align: left;
|
|
|
white-space: nowrap;
|
|
|
- line-height: 24upx;
|
|
|
+ line-height: 25upx;
|
|
|
margin-bottom: 10upx;
|
|
|
}
|
|
|
|