diff --git a/src/assets/scss/common.scss b/src/assets/scss/common.scss index 31a876ca6..03ec9ab7b 100644 --- a/src/assets/scss/common.scss +++ b/src/assets/scss/common.scss @@ -440,7 +440,7 @@ img { img { position: relative; display: block; - left: -100px; + // left: -100px; width: 24px; height: 24px; filter: drop-shadow(100px 0px rgba(#000, 0.85)); diff --git a/src/assets/scss/variables.scss b/src/assets/scss/variables.scss index 612d12080..dc0787204 100644 --- a/src/assets/scss/variables.scss +++ b/src/assets/scss/variables.scss @@ -5,7 +5,7 @@ $base--line-height: 1.15; $navbar--height: 64px; // Sidebar -$sidebar--width: 230px; +$sidebar--width: 251px; $sidebar--width-fold: 64px; $sidebar--background-color-dark: #263238; $sidebar--text-color-dark: #8a979e; diff --git a/src/views/components/resiInfo.vue b/src/views/components/resiInfo.vue index 83ebbc53c..149a2b178 100644 --- a/src/views/components/resiInfo.vue +++ b/src/views/components/resiInfo.vue @@ -37,7 +37,7 @@