🐞 fix: 修改部分页面会导致全局样式失效

This commit is contained in:
砂糖
2025-09-17 15:10:37 +08:00
parent 0e93df9985
commit 3c30290b50
7 changed files with 24 additions and 5 deletions

View File

@@ -61,7 +61,6 @@
<script>
import { listStock } from "@/api/wms/stock";
import { listWarehouse } from "@/api/wms/warehouse";
import 'element-ui/lib/theme-chalk/index.css';
import ReaTree from './panels/reattree.vue';
import MaterialBar from './panels/bar.vue';
import TrendChart from './panels/trendChart.vue';