From 60af3d61004000ea589f5e6c3e17ca7ab450b795 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 03 九月 2020 18:01:52 +0800 Subject: [PATCH] 统计查询查找此人第二次查找同一条数据无响应的问题修复,应用最大化后不显示横向滚动条的bug修复 --- 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