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

This commit is contained in:
jxxghp
2025-05-07 00:00:02 +08:00
parent 146a1fe23d
commit e59423e912
+1 -1
View File
@@ -113,7 +113,7 @@ function handleConfigSave(config) {
} }
</script> </script>
<style> <style scoped>
/* 为了使测试应用更美观 */ /* 为了使测试应用更美观 */
.app-container { .app-container {
block-size: 100vh; block-size: 100vh;