mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 17:55:37 +08:00
fix(App): 移除无效的内联样式和调试文本
- 删除了不必要的 `style="width: 100vw"` 内联样式 - 移除了模板中的调试文本 `12312`
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
<template>
|
||||
<div id="app" style="width: 100vw">
|
||||
<div id="app">
|
||||
<keep-alive :include="['case']">
|
||||
<router-view />
|
||||
12312
|
||||
</keep-alive>
|
||||
<!-- 添加AI Call组件 -->
|
||||
<AICall
|
||||
|
||||
Reference in New Issue
Block a user