Browse Source

文字及ui

h5_css
蟑螂恶霸 2 years ago
parent
commit
57d3c2cc15
  1. 10
      subpkg/userInfo/userInfo.vue

10
subpkg/userInfo/userInfo.vue

@ -1,15 +1,15 @@
<template> <template>
<view class="wrap"> <view class="wrap">
<navigation title="建议与意见反馈"></navigation> <navigation title="个人信息"></navigation>
<view class="mainwrap2"> <view class="mainwrap2">
<view class="table_index"> <view class="table_index">
<view class="item"> <view class="item">
<view class="tip">编辑用户昵称</view> <view class="tip">用户昵称</view>
<input type="nickname" @blur="updateUserNameMethod" v-model="name"> <input type="nickname" @blur="updateUserNameMethod" v-model="name">
</view> </view>
<view class="line"></view> <view class="line"></view>
<view class="item" @click="chooseImage()"> <view class="item" @click="chooseImage()">
<view class="tip">点击修改头像</view> <view class="tip">修改头像</view>
<image :src="avatarUrl"></image> <image :src="avatarUrl"></image>
</view> </view>
</view> </view>
@ -138,11 +138,7 @@
padding: 5rpx 10rpx; padding: 5rpx 10rpx;
height: 70rpx; height: 70rpx;
flex-direction: row; flex-direction: row;
align-items: center;
border-radius: 4px;
border: 0 none; border: 0 none;
box-sizing: border-box;
border-radius: 20rpx;
text-align: right; text-align: right;
} }

Loading…
Cancel
Save