郑州 vor 3 Jahren
Ursprung
Commit
e6be2b4ba1
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. +4
    -1
      src/layouts/indexLayout.less

+ 4
- 1
src/layouts/indexLayout.less Datei anzeigen

@@ -12,7 +12,7 @@
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
height: 100%; height: 100%;
width: calc(100% - 48px);
width: 100%;
background-color: #f6f6f6; background-color: #f6f6f6;
} }
} }
@@ -26,6 +26,9 @@
z-index: 1; z-index: 1;
height: 100%; height: 100%;
flex: none; flex: none;
~ .content {
width: calc(100% - 48px);
}
.navItem { .navItem {
display: block; display: block;
width: 32px; width: 32px;


Laden…
Abbrechen
Speichern