From 497c870f400161ca987d31963cc1ba0b467f4102 Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 27 Nov 2021 16:58:59 +0800 Subject: [PATCH] Update layout.vue --- static/template/layout.vue | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/static/template/layout.vue b/static/template/layout.vue index e5a6b3304..483b2baef 100644 --- a/static/template/layout.vue +++ b/static/template/layout.vue @@ -30,7 +30,7 @@ @@ -146,6 +146,7 @@ body > .el-container { } > .el-container { + height: 1px; > .el-aside { background: #53a8ff; @@ -260,6 +261,21 @@ export default { {name: 'TWO', title: 'SHOW-TWO-LIST', subs: []}, {name: 'THR', title: 'SHOW-THR-LIST', subs: []}, {name: 'FOR', title: 'SHOW-FOR-LIST', subs: []}, + {name: 'FIV', title: 'SHOW-FOR-LIST', subs: []}, + {name: 'SIX', title: 'SHOW-FOR-LIST', subs: []}, + {name: 'SEN', title: 'SHOW-FOR-LIST', subs: []}, + {name: 'SIX', title: 'SHOW-FOR-LIST', subs: []}, + {name: 'EVN', title: 'SHOW-FOR-LIST', subs: []}, + {name: 'TEN', title: 'SHOW-FOR-LIST', subs: []}, + {name: '111', title: 'SHOW-FOR-LIST', subs: []}, + {name: '122', title: 'SHOW-FOR-LIST', subs: []}, + {name: '133', title: 'SHOW-FOR-LIST', subs: []}, + {name: '144', title: 'SHOW-FOR-LIST', subs: []}, + {name: '155', title: 'SHOW-FOR-LIST', subs: []}, + {name: '166', title: 'SHOW-FOR-LIST', subs: []}, + {name: '177', title: 'SHOW-FOR-LIST', subs: []}, + {name: '188', title: 'SHOW-FOR-LIST', subs: []}, + {name: '199', title: 'SHOW-FOR-LIST', subs: []}, ] } }