refactor: 规范文件夹结构

This commit is contained in:
张传龙
2022-05-12 19:50:21 +08:00
parent 958589edd0
commit 1190d08a87
5 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,17 @@
<template>
<div p24>
<div p20 bg="#fff">
<p text-12>测试12px</p>
<p text-13>测试13px</p>
<p text-14>测试14px</p>
<p text-15>测试15px</p>
<p text-16>测试16px</p>
<p text-17>测试17px</p>
<p text-18>测试18px</p>
<p text-19>测试19px</p>
<p text-20>测试20px</p>
</div>
</div>
</template>
<script setup></script>