From 329fa4906238d52f637b9efbb59a48eb2257125c Mon Sep 17 00:00:00 2001 From: gongjiale <942894820@qq.com> Date: Wed, 30 Nov 2022 17:04:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/AtlasResources.vue | 2 +- front/src/views/demandCenter/index.vue | 171 ++++++++++++------ .../components/AbilityApplication.vue | 5 + 3 files changed, 119 insertions(+), 59 deletions(-) diff --git a/front/src/views/abilityStatistics/components/AtlasResources.vue b/front/src/views/abilityStatistics/components/AtlasResources.vue index 9992ac31..811dcf42 100644 --- a/front/src/views/abilityStatistics/components/AtlasResources.vue +++ b/front/src/views/abilityStatistics/components/AtlasResources.vue @@ -687,7 +687,7 @@ } } } - .item:nth-child(2n) { + .item:nth-(2n) { margin-left: 0.4rem; } } diff --git a/front/src/views/demandCenter/index.vue b/front/src/views/demandCenter/index.vue index 6553066d..9e7c7910 100644 --- a/front/src/views/demandCenter/index.vue +++ b/front/src/views/demandCenter/index.vue @@ -4,7 +4,11 @@