Browse Source

修改问题

dev
396316021 1 year ago
parent
commit
c34aaaf325
  1. 4
      pages/Project/index.vue

4
pages/Project/index.vue

@ -202,7 +202,7 @@
</view>
<view class="content row col">
<view class="col-12" v-for="item in detail.upload_file">
<u-text mode="link" :text="item.name" :href="item.url" line-height="54" color="#020B18" size="32"></u-text>
<uv-text mode="link" :text="item.name" :href="item.url" line-height="54" color="#020B18" size="32rpx" custom-style="font-size:32rpx;"></uv-text>
</view>
</view>
</view>
@ -210,7 +210,7 @@
<view class="remark-container">
<view class="remark-title">
<u-text text="项目介绍" color="#020B18" size="36" line-height="36"></u-text>
<u-text text="项目介绍" color="#020B18" size="36"></u-text>
</view>
<view class="remark-content">
<u-parse :content="detail.content"></u-parse>

Loading…
Cancel
Save