Commit 6d53b812 authored by Mac's avatar Mac

处理样式问题

parent 253c9a0c
...@@ -322,7 +322,7 @@ ...@@ -322,7 +322,7 @@
<view class="bubble" v-if="dataList.EducationType">学历:{{dataList.EducationTypeStr}}</view> <view class="bubble" v-if="dataList.EducationType">学历:{{dataList.EducationTypeStr}}</view>
<view class="bubble" v-if="dataList.Job">职位:{{dataList.Job}}</view> <view class="bubble" v-if="dataList.Job">职位:{{dataList.Job}}</view>
<view class="bubble" v-if="dataList.WorkUnit">工作单位:{{dataList.WorkUnit}}</view> <view class="bubble" v-if="dataList.WorkUnit">工作单位:{{dataList.WorkUnit}}</view>
<view class="bubble" v-if="dataList.OtherInfo">资产:{{dataList.OtherInfo}}</view> <view class="bubble" v-if="dataList.OtherInfo">资产:{{dataList.OtherInfo}}</view>
</view> </view>
<view class="pd-title">家庭背景</view> <view class="pd-title">家庭背景</view>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
:current="active" @change="changeHandler" :show-bar="true" height="100" :current="active" @change="changeHandler" :show-bar="true" height="100"
font-size="28"></u-tabs> font-size="28"></u-tabs>
</view> </view>
<div style="width: 64rpx;height: 48rpx;display: table-cell; vertical-align: middle;text-align: right;" @click="show=true,Styletype = data.listStyle"> <div style="width: 80rpx;height: 70rpx;display: flex; align-items: center;justify-content: center;" @click="show=true,Styletype = data.listStyle">
<u-icon name="filter-o" color="#111" size="42"></u-icon> <u-icon name="filter-o" color="#111" size="42"></u-icon>
</div> </div>
</view> </view>
...@@ -32,8 +32,9 @@ ...@@ -32,8 +32,9 @@
length="90%" length="90%"
height='100%' height='100%'
> >
<scroll-view :scroll-y="true" :enable-back-to-top="true" :enable-flex="true" <view style="width: 100%;height: 100vh;position: relative;">
style="height: calc(100vh - 65px)"> <scroll-view :scroll-y="true" :enable-back-to-top="true" :enable-flex="true"
style="height: calc(100% - 65px)">
<view class="popupbox_text" style="margin-top: 15px;">布局模式</view> <view class="popupbox_text" style="margin-top: 15px;">布局模式</view>
<view class="popup_item"> <view class="popup_item">
<u-radio-group v-model="Styletype"> <u-radio-group v-model="Styletype">
...@@ -157,15 +158,18 @@ ...@@ -157,15 +158,18 @@
<view class="popup_b" :style="{height:cHeight+'px'}">
<view class="popup_b_item" style="background: #FAF8F9;color: #000000;" @click="goreset()">
<text>重置</text>
</view>
<view class="popup_b_item" :style="{background:mainColor }" @click="determine()">
<text>确定</text>
</view>
</view>
</scroll-view> </scroll-view>
<view class="popup_b" :style="{height:cHeight+'px'}">
<view class="popup_b_item" style="background: #FAF8F9;color: #000000;" @click="goreset()">
<text>重置</text>
</view>
<view class="popup_b_item" :style="{background:mainColor }" @click="determine()">
<text>确定</text>
</view>
</view>
</view>
</u-popup> </u-popup>
</div> </div>
</template> </template>
...@@ -579,7 +583,7 @@ ...@@ -579,7 +583,7 @@
} }
.userListstyle .popup_b{ .userListstyle .popup_b{
width: 100%; width: 100%;
position: fixed; position: absolute;
left: 0; left: 0;
bottom: 0; bottom: 0;
display: flex; display: flex;
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<image v-if="user_info.Sex==2" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv.png" style="width: 32rpx;height: 32rpx;position: absolute;right: 0px;bottom: 0;"></image> <image v-if="user_info.Sex==2" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv.png" style="width: 32rpx;height: 32rpx;position: absolute;right: 0px;bottom: 0;"></image>
</view> </view>
<view style="display: flex;flex-direction: column;justify-content: center;height: 50px;margin-left: 20rpx"> <view style="display: flex;flex-direction: column;justify-content: center;max-height: 70px;margin-left: 20rpx">
<Text style="color: #000000;font-size: 40rpx;max-width: 200px;overflow: hidden;display: inline-block;white-space: nowrap; text-overflow:ellipsis;" <Text style="color: #000000;font-size: 40rpx;max-width: 200px;overflow: hidden;display: inline-block;white-space: nowrap; text-overflow:ellipsis;"
@click="login(user_info)">{{ user_info.nickname ? user_info.nickname : '立即登录' }}</Text> @click="login(user_info)">{{ user_info.nickname ? user_info.nickname : '立即登录' }}</Text>
<view style="display: flex;align-items: center;"> <view style="display: flex;align-items: center;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment