Преглед изворни кода

Merge branch '01/21VipReset' into pre_online

lex-xin пре 4 година
родитељ
комит
c59f198af1
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      src/layout/components/TagsView.vue
  2. 1 1
      src/styles/sidebar.scss

+ 1 - 1
src/layout/components/TagsView.vue

@@ -164,7 +164,7 @@ export default {
     border-bottom: 1px solid #d8dce5;
     box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.04);
     .tags-view-item {
-      width: 120px;
+      min-width: 120px;
       .icon {
         font-size: 20px;
         position: relative;

+ 1 - 1
src/styles/sidebar.scss

@@ -44,7 +44,7 @@
 
     &.has-logo {
       .el-scrollbar {
-        height: calc(100% - 60px);
+        height: calc(100% - 80px);
       }
     }