运营中心打开及调整个人中心展示
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<u-icon @click='yunyingShow = true,yunying_name = team_name' name="edit-pen-fill" class='pen'
|
||||
color="#eee" size="34rpx" bold />
|
||||
</view>
|
||||
<view class="total-text nowrap">运营中心</view>
|
||||
<view class="total-text nowrap">法务运营中心</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="total-item-2">
|
||||
@@ -69,13 +69,13 @@
|
||||
<u-popup :show="yunyingShow" mode="center" @close="yunyingShow = false" :round="22">
|
||||
<view class="yunying">
|
||||
<view class="yunying_title">
|
||||
<view class="title"> 修改运营中心 </view>
|
||||
<view class="title"> 修改法务运营中心 </view>
|
||||
<image class="yunying_bg" src="/static/icons/yunying_bg.png" mode="widthFix" />
|
||||
</view>
|
||||
<view class="rz-item">
|
||||
<input type="text" maxlength="4" v-model='yunying_name' placeholder-class="inputP"
|
||||
placeholder="请输入名称" />
|
||||
<view class="btn">运营中心</view>
|
||||
<view class="btn">法务运营中心</view>
|
||||
</view>
|
||||
<view class="button" @click="sureYunYing">确认修改名称</view>
|
||||
</view>
|
||||
@@ -541,12 +541,12 @@
|
||||
|
||||
.btn {
|
||||
height: 60rpx;
|
||||
background: #446EFE;
|
||||
// background: #446EFE;
|
||||
border-radius: 10rpx;
|
||||
font-size: 24rpx;
|
||||
// font-size: 24rpx;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #FFFFFF;
|
||||
// color: #FFFFFF;
|
||||
line-height: 60rpx;
|
||||
text-align: center;
|
||||
padding: 0 20rpx;
|
||||
|
||||
Reference in New Issue
Block a user