平铺组件

This commit is contained in:
李志鹏
2026-01-07 13:02:08 +08:00
parent 8f1fea30ee
commit ae6f14efa9
4 changed files with 204 additions and 74 deletions

View File

@@ -1,7 +1,5 @@
<template>
<div class='box'>
<tesst></tesst>
</div>
<tesst></tesst>
</template>
<script>
@@ -16,7 +14,4 @@ export default defineComponent({
</script>
<style lang='less' scoped>
.box {
border: 1px solid #f00;
}
</style>