From 7464567b057664c3e8ea9386cbfcdc6f774fcf0e Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期五, 09 十月 2020 14:08:41 +0800 Subject: [PATCH] 系统设置-集群管理退出集群清空历史集群,修改密码限制条件 --- src/components/subComponents/DataStackCard.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/subComponents/DataStackCard.vue b/src/components/subComponents/DataStackCard.vue index 3a52bf8..fa6f9c4 100644 --- a/src/components/subComponents/DataStackCard.vue +++ b/src/components/subComponents/DataStackCard.vue @@ -207,7 +207,7 @@ display: flex; align-items: center; .card-name { - width:38%; + width:40%; height:100%; display:flex; justify-content: center; -- Gitblit v1.8.0