将样式标签修改为 scoped,以提高样式的局部作用域,增强组件的样式隔离性。

This commit is contained in:
jxxghp
2025-05-07 00:00:02 +08:00
parent 146a1fe23d
commit e59423e912

View File

@@ -113,7 +113,7 @@ function handleConfigSave(config) {
}
</script>
<style>
<style scoped>
/* 为了使测试应用更美观 */
.app-container {
block-size: 100vh;