测试bug修改
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user