From 8cd0de2362a885e32b951b45c3b17693854a1f92 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 19 Jul 2022 10:35:22 +0800
Subject: [PATCH] 1
---
src/styles/media.scss | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/styles/media.scss b/src/styles/media.scss
index 33aa307..6b1d1b9 100644
--- a/src/styles/media.scss
+++ b/src/styles/media.scss
@@ -20,7 +20,7 @@
position: fixed;
left: 0;
top: 0;
- width: 280px;
+ width: 200px;
height: 100%;
z-index: 1025;
}
@@ -43,7 +43,7 @@
}
.avue-header {
- padding-left: 280px;
+ padding-left: 200px;
width: 100%;
background-color: #fff;
box-sizing: border-box;
@@ -51,10 +51,10 @@
.avue-main {
position: absolute;
- left: 280px;
+ left: 200px;
padding: 0;
padding-bottom: 20px;
- width: calc(100% - 280px);
+ width: calc(100% - 200px);
height: calc(100% - 64px);
box-sizing: border-box;
overflow: hidden;
@@ -111,7 +111,7 @@
}
@media screen and (max-width: 992px) {
- $width: 280px;
+ $width: 200px;
// ele的自适应
.el-dialog,
--
Gitblit v1.9.3