From 0f267488fbfed9afac7711535c6cd984fc385241 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Wed, 14 Dec 2022 13:57:22 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):?= =?UTF-8?q?=20=E4=BC=98=E5=8C=96=E6=9C=8D=E5=8A=A1=E9=9B=86=E6=88=90?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/home/ProjectPlatformConfig.vue | 3 +- .../workspace/integration/BugManagement.vue | 10 ++-- .../workspace/integration/PlatformConfig.vue | 47 +++++++++---------- .../project/ProjectPlatformConfig.vue | 3 +- 4 files changed, 31 insertions(+), 32 deletions(-) diff --git a/project-management/frontend/src/business/home/ProjectPlatformConfig.vue b/project-management/frontend/src/business/home/ProjectPlatformConfig.vue index 71c4a13676..007820166e 100644 --- a/project-management/frontend/src/business/home/ProjectPlatformConfig.vue +++ b/project-management/frontend/src/business/home/ProjectPlatformConfig.vue @@ -23,8 +23,7 @@ diff --git a/system-setting/frontend/src/business/workspace/integration/BugManagement.vue b/system-setting/frontend/src/business/workspace/integration/BugManagement.vue index 84e1d50808..35dda359ff 100644 --- a/system-setting/frontend/src/business/workspace/integration/BugManagement.vue +++ b/system-setting/frontend/src/business/workspace/integration/BugManagement.vue @@ -4,14 +4,14 @@
{{ $t('organization.integration.select_defect_platform') }}
- + - + Tapd - + AzureDevops @@ -81,4 +81,8 @@ export default { height: 80px; vertical-align: middle } + +.platform-radio { + margin-left: 20px; +} diff --git a/system-setting/frontend/src/business/workspace/integration/PlatformConfig.vue b/system-setting/frontend/src/business/workspace/integration/PlatformConfig.vue index c0f27dde4b..e2df028ce7 100644 --- a/system-setting/frontend/src/business/workspace/integration/PlatformConfig.vue +++ b/system-setting/frontend/src/business/workspace/integration/PlatformConfig.vue @@ -34,31 +34,27 @@ :show.sync="show" ref="bugBtn"/> -
- - - - - - - - - - - - - - - - - - - - - - - - +
+
{{ $t('organization.integration.use_tip') }}
+
+
+ {{ $t('organization.integration.use_tip_two') }} + + {{ $t('organization.integration.link_the_project_now') }} + +
+
+ {{ $t('organization.integration.use_tip_three') }} + + {{ $t('organization.integration.link_the_info_now') }} + + + + +
@@ -205,6 +201,7 @@ export default { margin: 10px 0; padding: 10px; border-radius: 3px; + line-height: 25px; } .el-input { diff --git a/system-setting/frontend/src/business/workspace/project/ProjectPlatformConfig.vue b/system-setting/frontend/src/business/workspace/project/ProjectPlatformConfig.vue index 407bfe9ff5..fd7294de04 100644 --- a/system-setting/frontend/src/business/workspace/project/ProjectPlatformConfig.vue +++ b/system-setting/frontend/src/business/workspace/project/ProjectPlatformConfig.vue @@ -23,8 +23,7 @@