From 45fb4b11ad51bb38306765b11a6747402e382cee Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Sat, 20 Feb 2021 17:37:33 +0800 Subject: [PATCH] fix --- hive-app/pages/workbench/selectService/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hive-app/pages/workbench/selectService/index.vue b/hive-app/pages/workbench/selectService/index.vue index ead38e4..71593c1 100644 --- a/hive-app/pages/workbench/selectService/index.vue +++ b/hive-app/pages/workbench/selectService/index.vue @@ -347,6 +347,7 @@ border-radius: 4px; } .status{ + flex: 0 0 80px; width: 80px; text-align: right; color: #a5abaf; -- Gitblit v1.9.1