Commit 775e230f authored by 高东东's avatar 高东东

*)修改样式

parent 3fc8301b
...@@ -40,6 +40,10 @@ ...@@ -40,6 +40,10 @@
height: 100%; height: 100%;
} }
.amos-main-content > div > div {
height: 100%;
}
/** /**
* 列表居中 * 列表居中
*/ */
......
...@@ -27,6 +27,12 @@ ...@@ -27,6 +27,12 @@
.amos-main-content { .amos-main-content {
background: #f6f6f6; } background: #f6f6f6; }
.amos-main-content > div {
height: 100%; }
.amos-main-content > div > div {
height: 100%; }
.menu-item-link { .menu-item-link {
text-decoration: none; } text-decoration: none; }
.menu-item-link:active, .menu-item-link:focus, .menu-item-link:hover { .menu-item-link:active, .menu-item-link:focus, .menu-item-link:hover {
......
...@@ -27,6 +27,13 @@ ...@@ -27,6 +27,13 @@
.amos-main-content { .amos-main-content {
background: $main-content-bg-color; background: $main-content-bg-color;
} }
.amos-main-content > div {
height: 100%;
}
.amos-main-content > div > div {
height: 100%;
}
.menu-item-link { .menu-item-link {
text-decoration: none; text-decoration: none;
......
...@@ -40,6 +40,10 @@ ...@@ -40,6 +40,10 @@
height: 100%; height: 100%;
} }
.amos-main-content > div > div {
height: 100%;
}
/** /**
* 列表居中 * 列表居中
*/ */
......
...@@ -27,6 +27,13 @@ ...@@ -27,6 +27,13 @@
.amos-main-content { .amos-main-content {
background: $main-content-bg-color; background: $main-content-bg-color;
} }
.amos-main-content > div {
height: 100%;
}
.amos-main-content > div > div {
height: 100%;
}
.menu-item-link { .menu-item-link {
text-decoration: none; text-decoration: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment