优化多个组件的样式,添加 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

@@ -61,7 +61,7 @@ onMounted(() => {
</div>
</template>
<style type="scss">
<style type="scss" scoped>
.appcenter-grid .v-card {
/* stylelint-disable-next-line property-no-vendor-prefix */
-webkit-backdrop-filter: blur(6px);

View File

@@ -288,7 +288,7 @@ onUnmounted(() => {
</div>
</template>
<style lang="scss">
<style lang="scss" scoped>
@use '@core/scss/pages/page-auth.scss';
.v-card-item__prepend {