Authored by 陈峰

缩放logo

@@ -66,7 +66,7 @@ $collapseLeftBorder: 2px; @@ -66,7 +66,7 @@ $collapseLeftBorder: 2px;
66 margin-left: 0px; 66 margin-left: 0px;
67 border-left: solid 2px #fff; 67 border-left: solid 2px #fff;
68 background-color: #3d4350 !important; 68 background-color: #3d4350 !important;
69 - transition: none; 69 + transition: border 0s;
70 70
71 } 71 }
72 } 72 }
@@ -85,6 +85,8 @@ $collapseLeftBorder: 2px; @@ -85,6 +85,8 @@ $collapseLeftBorder: 2px;
85 color: #fff; 85 color: #fff;
86 font-size: 18px; 86 font-size: 18px;
87 text-align: center; 87 text-align: center;
  88 + font-style: italic;
  89 +
88 &:before { 90 &:before {
89 content: 'Yoho!'; 91 content: 'Yoho!';
90 } 92 }
@@ -118,7 +120,7 @@ $collapseLeftBorder: 2px; @@ -118,7 +120,7 @@ $collapseLeftBorder: 2px;
118 .ivu-menu-submenu-title { 120 .ivu-menu-submenu-title {
119 position: initial !important; 121 position: initial !important;
120 padding: 0px !important; 122 padding: 0px !important;
121 - width: $collapseWidth - $collapseLeftBorder; 123 + width: 100%;
122 height: $collapseWidth - $collapseLeftBorder; 124 height: $collapseWidth - $collapseLeftBorder;
123 justify-content: center; 125 justify-content: center;
124 align-items: center; 126 align-items: center;
@@ -99,7 +99,11 @@ body { @@ -99,7 +99,11 @@ body {
99 99
100 100
101 101
102 - 102 +.ivu-table {
  103 + table {
  104 + width: 100% !important;
  105 + }
  106 +}
103 107
104 108
105 .layout-logo-left { 109 .layout-logo-left {