提交 8e57a026 编写于 作者: W wanganxp

清理注释

上级 093b1309
...@@ -31,21 +31,12 @@ ...@@ -31,21 +31,12 @@
<view class="base"> <view class="base">
<text>通过scaleY(0.5)实现0.5px的线</text> <text>通过scaleY(0.5)实现0.5px的线</text>
<view style="width: 150px; height: 1px; background-color: #000; transform: scaleY(0.5)"></view> <view style="width: 150px; height: 1px; background-color: #000; transform: scaleY(0.5)"></view>
<!-- <view style="width: 750px; height: 1px; background-color: #ff0000; "></view> -->
</view> </view>
</scroll-view> </scroll-view>
</template> </template>
<script lang="uts"> <script lang="uts">
export default {
data() {
return {
}
},
methods: {
},
}
</script> </script>
<style> <style>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册