From 74bd0f328e209efa75b984f8b8d8fd5ae6d65c6a Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Mon, 11 Jun 2018 09:24:20 +0800 Subject: [PATCH] no message Former-commit-id: ccc85bbb37276320246c4d7c1f362904b84430d5 Former-commit-id: 829dfc50bdac1be42031fe8d3a4a815f79535315 Former-commit-id: 04da360f1110e9033f5571ea1901f8f1d89a5db7 --- .../-header-right/components/-theme.vue | 48 +++++++++---------- 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/src/components/core/d2-layout-main/components/-header-right/components/-theme.vue b/src/components/core/d2-layout-main/components/-header-right/components/-theme.vue index b838edb6..d7802460 100644 --- a/src/components/core/d2-layout-main/components/-header-right/components/-theme.vue +++ b/src/components/core/d2-layout-main/components/-header-right/components/-theme.vue @@ -5,22 +5,16 @@ - - - - - + + + + +
- + +
@@ -32,16 +26,20 @@ export default { data () { return { dialogVisible: false, - tableData: [ - { - name: 'd2admin', - preview: '/static/image/theme-preview/d2admin@2x.png' - }, - { - name: 'star', - preview: '/static/image/theme-preview/star@2x.png' - } - ] + table: { + data: [ + { + name: 'd2admin', + preview: '/static/image/theme-preview/d2admin@2x.png' + }, + { + name: 'star', + preview: '/static/image/theme-preview/star@2x.png' + } + ], + showHeader: false, + border: true + } } } }