From 1d42a0143f52da86958992d3f426339c7443930d Mon Sep 17 00:00:00 2001 From: Fine Date: Wed, 9 Nov 2022 17:19:48 +0800 Subject: [PATCH] refactor legend layout --- .../dashboard/graphs/components/Legend.vue | 66 ++++++++++++------- 1 file changed, 43 insertions(+), 23 deletions(-) diff --git a/src/views/dashboard/graphs/components/Legend.vue b/src/views/dashboard/graphs/components/Legend.vue index 04ff26b1..649b033d 100644 --- a/src/views/dashboard/graphs/components/Legend.vue +++ b/src/views/dashboard/graphs/components/Legend.vue @@ -14,27 +14,31 @@ See the License for the specific language governing permissions and limitations under the License. -->