From e8523c3909a77f88252215c25484e55fbfee5163 Mon Sep 17 00:00:00 2001 From: hot777zz <912275990@qq.com> Date: Tue, 7 Nov 2023 19:34:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A2=81=E8=88=AA=EF=BC=9A=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=E5=92=8C=E5=8F=91=E5=B8=83=E9=A1=B5=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Partnerships/Partnerships.vue | 61 +++++++++++++++---- .../publishTransfer/publishTransfer.vue | 30 +++++---- pages/published/published.vue | 4 +- 3 files changed, 68 insertions(+), 27 deletions(-) diff --git a/pages/Partnerships/Partnerships.vue b/pages/Partnerships/Partnerships.vue index f76af10..db3f125 100644 --- a/pages/Partnerships/Partnerships.vue +++ b/pages/Partnerships/Partnerships.vue @@ -1,19 +1,27 @@ @@ -28,7 +36,7 @@ submit(){ console.log('提交'); }, - confirmCheckWay(){ + confirmCheckWay(e){ } @@ -37,5 +45,32 @@ diff --git a/pages/publish/publishTransfer/publishTransfer.vue b/pages/publish/publishTransfer/publishTransfer.vue index c9760cf..af2165a 100644 --- a/pages/publish/publishTransfer/publishTransfer.vue +++ b/pages/publish/publishTransfer/publishTransfer.vue @@ -9,20 +9,19 @@ - - 111111 - - + + 123 + - 123 + 123 - 123 + 123 @@ -40,9 +39,7 @@ 发布 - - - + @@ -61,8 +58,6 @@ title:'' }, columns:[ - ['中国', '美国'], - ['深圳', '厦门', '上海', '拉萨'] ], show1:false, show2:false, @@ -89,9 +84,10 @@ margin-right: 20px; } .input-class{ - font-size: 30rpx; + font-size: 40rpx; font-weight:1px; border-style: none + } .upload{ display: flex; @@ -107,4 +103,14 @@ .bug-figure{ height: 100rpx; } + .checkbox1{ + display: flex; + justify-content: space-between; + } + .checktext{ + margin-top: 5rpx; + font-size: 40rpx; + font-weight:1px; + color: #A0A0A0; + } diff --git a/pages/published/published.vue b/pages/published/published.vue index e55981b..cc57dd1 100644 --- a/pages/published/published.vue +++ b/pages/published/published.vue @@ -1,5 +1,5 @@