From 2ce343785f7adc709fdc1b843fe42c64129280d6 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期一, 29 三月 2021 18:29:06 +0800 Subject: [PATCH] 添加弹窗模块边框角高亮 --- src/components/BaseNav/PublicBounced/PublicBounced.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/PublicBounced.vue b/src/components/BaseNav/PublicBounced/PublicBounced.vue index 93afb60..29294dc 100644 --- a/src/components/BaseNav/PublicBounced/PublicBounced.vue +++ b/src/components/BaseNav/PublicBounced/PublicBounced.vue @@ -88,10 +88,11 @@ width: 100%; height: 100%; display: flex; - align-items: center; + //align-items: center; justify-content: space-around; .public-bounced-content-left { + //flex: 1; width: 48%; height: 400px; } -- Gitblit v1.8.0