style:添加一张图片

This commit is contained in:
2025-09-26 18:14:34 +08:00
parent 800819ce8b
commit 8aa3967665
3 changed files with 6 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 KiB

View File

@@ -1,5 +1,5 @@
<template>
<div>111</div>
<div>2222</div>
</template>
<script lang="ts" setup name="join">

View File

@@ -1,13 +1,13 @@
<template>
<div class="content">111</div>
<div class="content">
1111
</div>
</template>
<script lang="ts" setup name="join">
import { ref } from 'vue';
import { ref } from 'vue';
</script>
<style scoped lang="scss">
.content {
// font-size: 1rem;
}
</style>