排名
5
文章
229
粉丝
15
评论
7
ICP备案 :渝ICP备18016597号-1
网站信息:2018-2025TNBLOG.NET
技术交流:群号656732739
联系我们:contact@tnblog.net
公网安备:
50010702506256


欢迎加群交流技术

代码如下:
<template>
<view >
<view style="display: flex;flex-direction:row-reverse;justify-content: center;">
<view style="width: 200rpx;height: 200rpx;background: #007AFF;margin: 10px;">
111
</view>
<view style="width: 200rpx;height: 200rpx;background:#4CD964;margin: 10px;">
222222
</view>
<view style="width: 200rpx;height: 200rpx;background:#ffabcd;margin: 10px;">
333
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
content:"xxx222"
}
},
methods: {
}
}
</script>
<style>
</style>
欢迎加群讨论技术,1群:677373950(满了,可以加,但通过不了),2群:656732739。有需要软件开发,或者学习软件技术的朋友可以和我联系~(Q:815170684)
评价