feat(mine): 样式问题处理
This commit is contained in:
parent
ab388f9971
commit
1648e0da0d
|
@ -19,36 +19,8 @@
|
|||
|
||||
<view class="left_text">
|
||||
<view class="name_box">
|
||||
<view class="tTit1">{{ userInfo.memberName }}</view>
|
||||
<!-- <view class="kuang">
|
||||
{{userInfo.pkAwardsVal}}
|
||||
</view> -->
|
||||
<!-- <view class="btom_inder">
|
||||
<view class="jxbox">
|
||||
<view class="tTit1">{{ userInfo.memberCode }}</view>
|
||||
|
||||
<image
|
||||
class="jximg"
|
||||
@click="goRoad(1)"
|
||||
:src="userInfo.gradeIcon"
|
||||
mode=""
|
||||
></image>
|
||||
</view>
|
||||
<view class="jxbox">
|
||||
<image class="jximg" @click="goRoad(2)" :src="userInfo.awardsIcon" mode=""></image>
|
||||
</view>
|
||||
</view> -->
|
||||
<!-- <view class="grade_left">
|
||||
<view class="gra_left1" v-if="userData.registerAuthority">
|
||||
<image
|
||||
class="gra_icon"
|
||||
src="@/static/images/fw_icon.png"
|
||||
mode=""
|
||||
></image>
|
||||
<view class="">
|
||||
{{ userData.registerAuthorityVal }}
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="cmem">
|
||||
<view
|
||||
|
@ -68,19 +40,14 @@
|
|||
{{ userData.registerAuthorityVal }}
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="gra_left1" v-if="userData.isMakerSpace == 0">
|
||||
<image
|
||||
class="gra_icon"
|
||||
src="@/static/images/ck_icon.png"
|
||||
mode=""
|
||||
></image>
|
||||
<view class="">
|
||||
{{ '创客空间' }}
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="cmem">
|
||||
<view style="margin-right: 10rpx;">{{ '真实奖衔' }}:</view>
|
||||
<view class="jxTit1">{{ awards.awardsName }}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view class="top_right" @click="goTo('/pages/userData/index')">
|
||||
<view class="ricon">
|
||||
|
@ -88,33 +55,8 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- <view class="top_grade">
|
||||
<view class="grade_flex" @click="goHonoray()" v-if="iHonorAward">
|
||||
<view>{{'荣誉奖衔'}}</view>
|
||||
<u-icon name="arrow-right" color="#FFFFFF" size="30rpx"></u-icon>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="jiangxian">
|
||||
<view class="jxTit">
|
||||
<view>{{ '真实奖衔' }}</view>
|
||||
<view class="jxTit1">{{ awards.awardsName }}</view>
|
||||
</view>
|
||||
<view class="jxTit">
|
||||
<view>{{ '最高奖衔' }}</view>
|
||||
<view class="jxTit1">{{ awardsList.maxAwardsName }}</view>
|
||||
</view>
|
||||
|
||||
<!-- <view class="jxTit">
|
||||
<view>{{ '上月奖衔' }}</view>
|
||||
<view class="jxTit1">{{ awardsList.awardsName }}</view>
|
||||
</view> -->
|
||||
<!-- <view class="jxTit" v-if="awardsList.historyAwards">
|
||||
<view>{{ '历史荣誉' }}</view>
|
||||
<view class="yt1">{{ awardsList.historyAwards }} </view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="ju_grade" v-if="!ifSpecial">
|
||||
<!-- <view class="ju_title">
|
||||
<view>{{ '当月奖衔' }}</view>
|
||||
|
@ -1272,7 +1214,7 @@ export default {
|
|||
}
|
||||
.jxTit1 {
|
||||
font-weight: 600;
|
||||
font-size: 18px;
|
||||
font-size: 24rpx;
|
||||
}
|
||||
.contentLink {
|
||||
.linktitle {
|
||||
|
|
Loading…
Reference in New Issue