单位详情页面样式修改

This commit is contained in:
francis_fh
2026-01-14 14:25:05 +08:00
parent 33faac2ff2
commit d8bd4e7759

View File

@@ -25,9 +25,7 @@
</view> </view>
<view class="conetent-info" :class="{ expanded: isExpanded }"> <view class="conetent-info" :class="{ expanded: isExpanded }">
<view class="info-title">公司介绍</view> <view class="info-title">公司介绍</view>
<view class="info-desirption">{{ <view class="info-desirption" v-html="companyInfo?.description"></view>
companyInfo?.description || '暂无公司介绍'
}}</view>
<!-- <view class="info-title title2">公司地址</view> <!-- <view class="info-title title2">公司地址</view>
<view class="locationCompany"></view> --> <view class="locationCompany"></view> -->
</view> </view>
@@ -443,8 +441,13 @@
font-size: 28rpx; font-size: 28rpx;
color: #495265; color: #495265;
text-align: justified; text-align: justified;
:deep(span) {
background-color: transparent !important;
}
:deep(p > span) {
background-color: transparent !important;
}
} }
.title2 { .title2 {
margin-top: 48rpx; margin-top: 48rpx;
} }