页面切图

This commit is contained in:
仲么了
2023-02-09 16:37:53 +08:00
parent 1393a997a8
commit 627c0a2853
30 changed files with 937 additions and 44 deletions

View File

@@ -2,7 +2,7 @@
<Cn-page :loading='loading'>
<view slot='body'>
<view class='about'>
<view class="logo"></view>
<image src="/static/logo.png" class="logo"></image>
<view class="name">灿能云</view>
<view class="version">Version 1.0.0</view>
</view>
@@ -33,7 +33,6 @@ export default {
.logo {
height: 120rpx;
width: 120rpx;
background: $uni-theme-blue;
}
.name {