diff --git a/index.html b/index.html
index 4391bcc14..e149fce4a 100644
--- a/index.html
+++ b/index.html
@@ -6,51 +6,17 @@
Layout Demo - 这是一个技术实践分支,仅用于测试使用
-
+
-
-
+
+
+
diff --git a/static/app.less b/static/app.less
new file mode 100644
index 000000000..6a0f93adf
--- /dev/null
+++ b/static/app.less
@@ -0,0 +1,37 @@
+html, body, #app {
+ height: 100%;
+ display: block;
+ margin: 0;
+ padding: 0;
+}
+
+#app > .el-container {
+ height: 100%;
+
+ > .el-header {
+ color: #fff;
+ background: #0d84ff;
+ line-height: 60px;
+ }
+
+ > .el-container {
+
+ > .el-aside {
+ background: #53a8ff;
+ }
+
+ > .el-container {
+
+ > .el-main {
+ background: gray;
+ }
+
+ > .el-footer {
+ color: #fff;
+ background: #333;
+ line-height: 60px;
+ }
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/static/template/layout.vue b/static/template/layout.vue
index 1c6161533..06f4bfef9 100644
--- a/static/template/layout.vue
+++ b/static/template/layout.vue
@@ -13,8 +13,8 @@
-
\ No newline at end of file
+