From 24396a880cbe70f73ab9b73e22e7ed069cf7a3f3 Mon Sep 17 00:00:00 2001 From: TiaStars Date: Tue, 3 Sep 2024 17:38:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E7=8E=AF=E5=A2=83=E5=A4=87?= =?UTF-8?q?=E5=BF=98=E5=BD=95=E8=B7=B3=E8=BD=AC=E3=80=81=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E5=A4=9A=E4=BD=99=E5=B1=95=E7=A4=BA=E3=80=81=E6=8B=A8=E4=BB=98?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- package.json | 2 +- src/assets/styles/publicPro.scss | 68 +++++++++++++++---- src/views/homeTwo/index.vue | 4 +- .../components/capitalConditionTOP5/index.vue | 31 +++++---- src/views/workbenchPro/index.vue | 36 +++++++--- 6 files changed, 101 insertions(+), 44 deletions(-) diff --git a/.env.development b/.env.development index 710cf5d..1ffa280 100644 --- a/.env.development +++ b/.env.development @@ -5,9 +5,9 @@ VUE_APP_TITLE = 金鸡湖现代服务业品牌管理系统 ENV = 'development' # 金鸡湖现代服务业品牌管理系统/开发环境 -# VUE_APP_BASE_API = 'http://192.168.0.110:9040' +VUE_APP_BASE_API = 'http://192.168.0.110:9040' # 测试环境数据库 -VUE_APP_BASE_API = 'http://39.101.188.84:9040' +# VUE_APP_BASE_API = 'http://39.101.188.84:9040' # 脱敏三方测试用数据库 # VUE_APP_BASE_API = 'http://39.101.188.84:9031' # 正式环境数据库 diff --git a/package.json b/package.json index 2c1b8aa..2782af0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi", - "version": "1.0.202408301742", + "version": "1.0.202409031604", "description": "金鸡湖现代服务业品牌管理系统", "author": "若依", "license": "MIT", diff --git a/src/assets/styles/publicPro.scss b/src/assets/styles/publicPro.scss index b5f654f..ff22117 100644 --- a/src/assets/styles/publicPro.scss +++ b/src/assets/styles/publicPro.scss @@ -264,12 +264,14 @@ .service-left { padding: 10px; + height: 100%; + overflow: hidden; display: flex; flex-direction: column; - .home-mainPro-top, - .home-mainPro-middle, - .home-mainPro-bottom { + .home-mainPro-top { + height: 32%; + // height: 250px; display: flex; align-items: center; @@ -288,12 +290,6 @@ .pro-right-box { width: 45%; } - } - - - .home-mainPro-top { - // height: 32%; - height: 250px; .home-mainPro-top-box { width: 100%; height: 100%; @@ -534,14 +530,32 @@ .home-mainPro-middle { margin: 10px 0; - // height: 45%; - flex: 2; + height: 40%; + display: flex; + align-items: center; + // overflow: hidden; + + .pro-left-box, + .pro-right-box { + height: 100%; + padding: 10px; + background-color: #F5F8FA; + border-radius: 10px; + display: flex; + flex-direction: column; + } + .pro-left-box { + width: 55%; + } + .pro-right-box { + width: 45%; + } + // flex: 2; // 企业获得资金拨付排名TOP5 .capitalConditionTOP5-box,.wancheng-project { flex: 1; section { margin-top: 10px; - .el-table--border { border: 1px solid #dfe6ec; } @@ -605,8 +619,26 @@ } .home-mainPro-bottom { - // height: 25.5%; - flex: 1.3; + height: 25.5%; + // flex: 1.3; + display: flex; + align-items: center; + + .pro-left-box, + .pro-right-box { + height: 100%; + padding: 10px; + background-color: #F5F8FA; + border-radius: 10px; + display: flex; + flex-direction: column; + } + .pro-left-box { + width: 55%; + } + .pro-right-box { + width: 45%; + } .wancheng-project { flex: 1; section { @@ -681,6 +713,7 @@ } } } + } @@ -826,6 +859,13 @@ color: #0086FF; } } + .el-radio-group { + .el-radio-button { + .el-radio-button__inner { + padding: 5px 15px; + } + } + } .years-select { margin-right: 10px; } diff --git a/src/views/homeTwo/index.vue b/src/views/homeTwo/index.vue index d13afab..2e90b97 100644 --- a/src/views/homeTwo/index.vue +++ b/src/views/homeTwo/index.vue @@ -10,7 +10,7 @@
- 企业荣誉资质(5个) + 企业荣誉资质
@@ -34,7 +34,7 @@
- 关联项目进展(3个) + 关联项目进展
diff --git a/src/views/workbenchPro/components/capitalConditionTOP5/index.vue b/src/views/workbenchPro/components/capitalConditionTOP5/index.vue index f89d1ff..38f4a2c 100644 --- a/src/views/workbenchPro/components/capitalConditionTOP5/index.vue +++ b/src/views/workbenchPro/components/capitalConditionTOP5/index.vue @@ -1,7 +1,7 @@