This commit is contained in:
huanyue26
2025-12-19 02:13:18 +08:00
parent 7a3fdeb7db
commit 2f700d468d
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
<template> <template>
<!-- <div id="app" style="width: 100vw"> --> <div id="app" style="width: 100vw">
<div id="app">
<keep-alive :include="['case']"> <keep-alive :include="['case']">
<router-view /> <router-view />
12312 12312

View File

@@ -99,7 +99,6 @@ export default {
// background-repeat: no-repeat; // background-repeat: no-repeat;
//background-position: center; //background-position: center;
//background-color: #F4F4F4; //background-color: #F4F4F4;
overflow-y: auto;
background-color: #F6F7FB; background-color: #F6F7FB;
} }
.el-aside-header{ .el-aside-header{