refine: about 页面
This commit is contained in:
parent
0c35505787
commit
f3aeec3a9e
@ -24,8 +24,8 @@
|
|||||||
当前平台是:
|
当前平台是:
|
||||||
<text class="text-red-500">{{ PLATFORM.platform }}</text>
|
<text class="text-red-500">{{ PLATFORM.platform }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="desc">测试设计稿样式</view>
|
<view class="text-center desc mt-10">设计稿样式编写:</view>
|
||||||
<view class="desc">设计稿是750px,css里面全部写rpx 即可</view>
|
<view class="text-center desc">设计稿是750px,css里面全部写rpx 即可</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -40,6 +40,6 @@ console.log(PLATFORM)
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.desc {
|
.desc {
|
||||||
width: 700rpx;
|
height: 80rpx;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user