样式修改

This commit is contained in:
zzyuan 2025-06-06 11:19:14 +08:00
parent 2a66ac9271
commit 7ee6799e56
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#app {
.main-container {
height: 100%;
height: calc(100%-80px);
// width: calc(100%-240px);
width: -webkit-fill-available;
transition: margin-left .28s;
@ -27,8 +27,8 @@
left: 0;
z-index: 1001;
overflow: hidden;
-webkit-box-shadow: 2px 0 6px rgba(0,21,41,.35);
box-shadow: 2px 0 6px rgba(0,21,41,.35);
// -webkit-box-shadow: 2px 0 6px rgba(0,21,41,.35);
// box-shadow: 2px 0 6px rgba(0,21,41,.35);
// reset element-ui css
.horizontal-collapse-transition {