From 58863433ce57e842af171038c1504d52cb8d9a8e Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 1 Apr 2024 11:05:43 +0800 Subject: [PATCH] fix DownloaderHelper ui --- plugins/downloaderhelper/__init__.py | 29 +++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/plugins/downloaderhelper/__init__.py b/plugins/downloaderhelper/__init__.py index 82c0efd..817c264 100644 --- a/plugins/downloaderhelper/__init__.py +++ b/plugins/downloaderhelper/__init__.py @@ -177,7 +177,8 @@ class DownloaderHelper(_PluginBase): 'component': 'VCol', 'props': { 'cols': 12, - 'xxl': 3, 'xl': 3, 'lg': 3, 'md': 3, 'sm': 6, 'xs': 12 + 'md': 4, + 'xl': 3 }, 'content': [{ 'component': 'VSwitch', @@ -191,7 +192,8 @@ class DownloaderHelper(_PluginBase): 'component': 'VCol', 'props': { 'cols': 12, - 'xxl': 3, 'xl': 3, 'lg': 3, 'md': 3, 'sm': 6, 'xs': 12 + 'md': 4, + 'xl': 3 }, 'content': [{ 'component': 'VSwitch', @@ -205,7 +207,8 @@ class DownloaderHelper(_PluginBase): 'component': 'VCol', 'props': { 'cols': 12, - 'xxl': 3, 'xl': 3, 'lg': 3, 'md': 3, 'sm': 6, 'xs': 12 + 'md': 4, + 'xl': 3 }, 'content': [{ 'component': 'VSwitch', @@ -215,14 +218,12 @@ class DownloaderHelper(_PluginBase): 'hint': '保存插件配置后是否立即触发一次插件任务运行' } }] - }] - }, { - 'component': 'VRow', - 'content': [{ + }, { 'component': 'VCol', 'props': { 'cols': 12, - 'xxl': 3, 'xl': 3, 'lg': 3, 'md': 3, 'sm': 6, 'xs': 12 + 'md': 4, + 'xl': 3 }, 'content': [{ 'component': 'VSwitch', @@ -236,7 +237,8 @@ class DownloaderHelper(_PluginBase): 'component': 'VCol', 'props': { 'cols': 12, - 'xxl': 3, 'xl': 3, 'lg': 3, 'md': 3, 'sm': 6, 'xs': 12 + 'md': 4, + 'xl': 3 }, 'content': [{ 'component': 'VSwitch', @@ -250,7 +252,8 @@ class DownloaderHelper(_PluginBase): 'component': 'VCol', 'props': { 'cols': 12, - 'xxl': 3, 'xl': 3, 'lg': 3, 'md': 3, 'sm': 6, 'xs': 12 + 'md': 4, + 'xl': 3 }, 'content': [{ 'component': 'VSwitch', @@ -267,7 +270,7 @@ class DownloaderHelper(_PluginBase): 'component': 'VCol', 'props': { 'cols': 12, - 'xxl': 3, 'xl': 3, 'lg': 3, 'md': 3, 'sm': 6, 'xs': 12 + 'md': 4 }, 'content': [{ 'component': 'VTextField', @@ -282,7 +285,7 @@ class DownloaderHelper(_PluginBase): 'component': 'VCol', 'props': { 'cols': 12, - 'xxl': 3, 'xl': 3, 'lg': 3, 'md': 3, 'sm': 6, 'xs': 12 + 'md': 4 }, 'content': [{ 'component': 'VTextField', @@ -296,7 +299,7 @@ class DownloaderHelper(_PluginBase): 'component': 'VCol', 'props': { 'cols': 12, - 'xxl': 3, 'xl': 3, 'lg': 3, 'md': 3, 'sm': 6, 'xs': 12 + 'md': 4 }, 'content': [{ 'component': 'VTextField',