From 2196eaa68c12b34a64f86029f7b29e45a4695935 Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Fri, 11 Dec 2020 13:36:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E5=9B=BE=E6=A8=A1=E5=BC=8F=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E8=BD=AC=E7=A7=BB=E5=88=B0=E5=B7=A5=E5=85=B7=E6=A0=8F?= =?UTF-8?q?=E5=88=86=E5=89=B2=E7=BA=BF=EF=BC=8C=E6=90=9C=E7=B4=A2=E4=BA=A6?= =?UTF-8?q?=E5=8F=AF=E7=94=A8=E5=B7=A5=E5=85=B7=E6=A0=8F(=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=BE=85=E5=AE=9E=E7=8E=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Film.vue | 31 ++++++++++++++----------------- src/components/Setting.vue | 30 ------------------------------ 2 files changed, 14 insertions(+), 47 deletions(-) diff --git a/src/components/Film.vue b/src/components/Film.vue index e62de06..12a045c 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -9,9 +9,6 @@ :value="item.name"> - - -
+
- + + 视图切换 {{ showToolbar ? '隐藏工具栏' : '显示工具栏' }}
@@ -128,7 +126,7 @@ prop="name" label="片名"> - @@ -181,7 +179,7 @@
-
+
-
+
当前版本v{{pkg.version}} 反馈 最新版本v{{update.version}}
-
-
视图
-
-
-
默认视图
-
-
    -
  • 海报
  • -
  • 列表
  • -
-
-
-
-
快捷键
@@ -315,11 +301,6 @@ export default { this.shortcutList = res }) }, - changeView (e) { - this.d.view = e - this.updateSettingEvent() - this.show.view = false - }, async clearCache () { const win = remote.getCurrentWindow() const ses = win.webContents.session @@ -572,17 +553,6 @@ export default { cursor: pointer; } } - .view{ - width: 100%; - padding: 20px; - margin-top: 20px; - .view-box{ - margin-top: 10px; - .zy-select{ - margin-right: 20px; - } - } - } .site{ width: 100%; padding: 20px;