Browse Source

完成2.0开发

master
gaoxs 5 years ago
parent
commit
a4be7ec783
  1. 11
      pages/user/User/index.vue

11
pages/user/User/index.vue

@ -143,15 +143,11 @@
<!-- </view>
</view>-->
</view>
<view class="by">
<text class="by-text">By@Yshop</text>
</view>
<view class="by">
<view>
<text class="by-text">Copyright © 2020</text>
<text class="by-text">www.yixiang.co提供技术支持</text>
</view>
</view>
<view class="footer-line-height"></view>
<!-- <SwitchWindow
v-on:changeswitch="changeswitch"
:switchActive="switchActive"
@ -396,10 +392,11 @@ export default {
.by {
text-align: center;
margin-top: 30rpx;
padding: 30rpx 0;
}
.by-text {
text-align: center;
font-size: 30rpx;
font-size: 24rpx;
}
</style>

Loading…
Cancel
Save