测试bug修改

This commit is contained in:
仲么了
2023-08-17 09:24:59 +08:00
parent 792e1ce7d7
commit 6bc28e4f44
33 changed files with 1066 additions and 826 deletions

View File

@@ -3,7 +3,7 @@
<view slot='body'>
<view class='about'>
<image src="/static/logo.png" class="logo"></image>
<view class="name">灿能</view>
<view class="name">灿能物联</view>
<view class="version">Version 1.0.0</view>
</view>
</view>
@@ -23,14 +23,14 @@ export default {
<style lang='scss'>
.about {
box-sizing: border-box;
height: 100vh;
padding: 34rpx;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
overflow: hidden;
.logo {
margin-top: 200rpx;
height: 120rpx;
width: 120rpx;
}