refactor: 删除 webConfig.vue 中的空样式块

- 移除了 webConfig.vue 文件中未使用的空样式块
- 简化了代码结构,提高了代码的可读性和维护性
This commit is contained in:
aixianling
2024-12-16 15:36:39 +08:00
parent 528082fc6b
commit 1c2364574d

View File

@@ -110,8 +110,3 @@ export default {
</template>
</ai-card>
</template>
<style scoped lang="scss">
.webConfig {
}
</style>