From 327ce1c01704369bd96210fe5f0e64d9bc2f4c58 Mon Sep 17 00:00:00 2001 From: ruibaby Date: Thu, 11 Apr 2019 14:56:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A2=98=E8=AE=BE=E7=BD=AE=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=8A=A0=E8=BD=BD=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/interface/ThemeList.vue | 147 ++++++++++++++++-------------- 1 file changed, 77 insertions(+), 70 deletions(-) diff --git a/src/views/interface/ThemeList.vue b/src/views/interface/ThemeList.vue index 81fcc2d5..587b8d83 100644 --- a/src/views/interface/ThemeList.vue +++ b/src/views/interface/ThemeList.vue @@ -36,81 +36,85 @@ > - + + + - - - - - - - + + + + - {{ option.label }} - - - {{ option.label }} - - + + + + {{ option.label }} + + + {{ option.label }} + + + + 保存 + + + + - 保存 + + 删除该主题 + - - - - - - 删除该主题 - - - - - + + + + @@ -127,6 +131,7 @@ export default { }, data() { return { + optionLoading: true, wrapperCol: { xl: { span: 12 }, lg: { span: 12 }, @@ -163,6 +168,7 @@ export default { that.loadSettings() that.getThemeProperty(themeId) }) + that.optionLoading = false }, 500) }, activeTheme(theme) { @@ -196,6 +202,7 @@ export default { this.visible = false this.themeConfiguration = {} this.themeProperty = {} + this.optionLoading = true } } }