From cdbdaaafb49c0b7219d543a1ccf526122f2b0563 Mon Sep 17 00:00:00 2001 From: thsrite Date: Tue, 9 Jul 2024 11:22:08 +0800 Subject: [PATCH] fix ui --- plugins/cloudlinkmonitor/__init__.py | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/plugins/cloudlinkmonitor/__init__.py b/plugins/cloudlinkmonitor/__init__.py index 8a0b02a..def1a4c 100644 --- a/plugins/cloudlinkmonitor/__init__.py +++ b/plugins/cloudlinkmonitor/__init__.py @@ -743,7 +743,7 @@ class CloudLinkMonitor(_PluginBase): 'component': 'VCol', 'props': { 'cols': 12, - 'md': 3 + 'md': 4 }, 'content': [ { @@ -759,7 +759,7 @@ class CloudLinkMonitor(_PluginBase): 'component': 'VCol', 'props': { 'cols': 12, - 'md': 3 + 'md': 4 }, 'content': [ { @@ -775,7 +775,7 @@ class CloudLinkMonitor(_PluginBase): 'component': 'VCol', 'props': { 'cols': 12, - 'md': 3 + 'md': 4 }, 'content': [ { @@ -786,12 +786,22 @@ class CloudLinkMonitor(_PluginBase): } } ] - }, + } + ] + } + ] + }, + { + 'component': 'VForm', + 'content': [ + { + 'component': 'VRow', + 'content': [ { 'component': 'VCol', 'props': { 'cols': 12, - 'md': 3 + 'md': 4 }, 'content': [ {