提交 5661df1c515f04bde41cf7115586adf8d9042b3f

作者 guomingshu
1 个父辈 ec66d62a

feat :fix bug

@@ -2,7 +2,10 @@ @@ -2,7 +2,10 @@
2 <view class="edit-account" :style="vuex_theme"> 2 <view class="edit-account" :style="vuex_theme">
3 <view class="account_name"> 3 <view class="account_name">
4 <view class="img_bg"> 4 <view class="img_bg">
5 - <u-image src="/static/img/my/LOGO@2x.png" width="200rpx" height="96rpx" /> 5 + <image
  6 + style="width: 446rpx; height: 240rpx"
  7 + :src="vuex_baseImgUrl && `${vuex_baseImgUrl}logo.png`"
  8 + />
6 </view> 9 </view>
7 <view class="name"> 10 <view class="name">
8 <text>账号名:</text> 11 <text>账号名:</text>
@@ -133,14 +136,13 @@ @@ -133,14 +136,13 @@
133 136
134 .account_name { 137 .account_name {
135 .img_bg { 138 .img_bg {
136 - width: 200rpx;  
137 padding: 100rpx 0 0 0; 139 padding: 100rpx 0 0 0;
  140 + width: 446rpx;
138 margin: 0 auto; 141 margin: 0 auto;
139 } 142 }
140 143
141 .name { 144 .name {
142 text-align: center; 145 text-align: center;
143 - padding: 64rpx 0 0 0;  
144 146
145 text { 147 text {
146 font-size: 28rpx; 148 font-size: 28rpx;
注册登录 后发表评论