refine: about 页面

This commit is contained in:
菲鸽 2024-04-02 20:46:32 +08:00
parent 0c35505787
commit f3aeec3a9e

View File

@ -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">设计稿是750pxcss里面全部写rpx 即可</view> <view class="text-center desc">设计稿是750pxcss里面全部写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>