From 1b325ab090cc3183728bcd0584938ec8dfdba463 Mon Sep 17 00:00:00 2001 From: TiaStars Date: Tue, 8 Oct 2024 13:15:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E6=B4=BB=E5=8A=A8=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2=E6=96=B0=E5=8A=A0=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 1 - subEnterprise/activity/activity.vue | 17 +++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index 5614c97..38ea2c5 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,5 @@ // 应用全局配置 module.exports = { - // baseUrl: "http://192.168.0.105:9037", TEST_LOGIN:"https://t-jn-development-manager.jsszkd.com/login", // ?clientId= // baseUrl: "https://t-jn-bjh-admin-server.jsszkd.com", baseUrl: "https://bjh.jndz.cn/bjh-admin-server", diff --git a/subEnterprise/activity/activity.vue b/subEnterprise/activity/activity.vue index 5a867df..a2c46fc 100644 --- a/subEnterprise/activity/activity.vue +++ b/subEnterprise/activity/activity.vue @@ -49,6 +49,14 @@ 所有人可参加 + + + 活动时间: + + + 2024-10-01 + + @@ -193,11 +201,16 @@ row-gap: 10rpx; .items{ display: flex; + align-items: center; .label { - + // display: flex; + // align-items: center; + // justify-content: center; } .value { - + // display: flex; + // align-items: center; + // justify-content: center; } } }