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;