优化多个组件的样式,添加 scoped 样式以避免样式冲突

This commit is contained in:
jxxghp
2025-03-31 18:44:56 +08:00
parent 3e36cb6e31
commit 5a8eb5b10e
16 changed files with 16 additions and 17 deletions

View File

@@ -266,7 +266,7 @@ onMounted(() => {
</VDialog>
</template>
<style type="scss">
<style type="scss" scoped>
.heading {
font-size: 1.5rem;
font-weight: 700;