|
@@ -82,7 +82,7 @@
|
|
|
{{$t('绑定手机号')}}</view> -->
|
|
|
</view>
|
|
|
<view class="message" style=" white-space: nowrap;">
|
|
|
- <text v-if="currentRole === 'leader'" style=" color: #75BE00; width: 80px;">切换团员</text>
|
|
|
+ <text v-if="currentRole === 'leader'" style=" color: #75BE00;margin-right: 20rpx;">切换团员</text>
|
|
|
<u-switch v-model="roleSwitch" activeColor="#75BE00" size="16" @change="changeRole"></u-switch>
|
|
|
</view>
|
|
|
|
|
@@ -265,7 +265,7 @@
|
|
|
{{$t('绑定手机号')}}</view> -->
|
|
|
</view>
|
|
|
<view class="message" style=" white-space: nowrap;">
|
|
|
- <text style=" color: rgb(174, 33, 56); width: 80px;">切换团长</text>
|
|
|
+ <text style=" color: rgb(174, 33, 56);margin-right: 20rpx;">切换团长</text>
|
|
|
<u-switch v-model="roleSwitch" activeColor="#75BE00" size="16" @change="changeRole"></u-switch>
|
|
|
</view>
|
|
|
|
|
@@ -1204,9 +1204,9 @@ body {
|
|
|
align-self: flex-start;
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
- margin-top: 15rpx;
|
|
|
margin-right: 20rpx;
|
|
|
-
|
|
|
+ height: 150rpx;
|
|
|
+ align-items: center;
|
|
|
.num {
|
|
|
position: absolute;
|
|
|
top: -8rpx;
|