From b9ed594f1c19e5d3534f2e7fbbb2472dee12dfda Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Fri, 1 Jul 2022 14:24:41 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E8=83=BD=E5=8A=9B=E6=B1=87=E8=81=9A?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E6=9B=B4=E5=A4=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/newHome/components/CapabilityConvergence.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/front/src/views/newHome/components/CapabilityConvergence.vue b/front/src/views/newHome/components/CapabilityConvergence.vue index 014021ee..4c35dc3b 100644 --- a/front/src/views/newHome/components/CapabilityConvergence.vue +++ b/front/src/views/newHome/components/CapabilityConvergence.vue @@ -284,6 +284,7 @@ background-color: #fff; border-radius: 0.02rem; box-shadow: 0 0.05rem 0.2rem #ccc; + position: relative; div:nth-of-type(1) { height: 1.02rem; line-height: 1.02rem; @@ -336,6 +337,8 @@ text-align: center; margin-top: 0.1rem; margin-left: 0.85rem; + position: absolute; + bottom: 0.2rem; } .btn:hover { background: rgba(0, 88, 225, 0.3); From 4f11e078b827eda9ae157d551673984278831138 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Fri, 1 Jul 2022 14:31:46 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=83=BD=E5=8A=9B?= =?UTF-8?q?=E9=9B=86=E5=B8=82=20=E5=92=8C=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=8A=9F=E8=83=BD=20=20=20=20=20=20=E6=91=84?= =?UTF-8?q?=E5=83=8F=E5=A4=B4=E7=94=B3=E8=AF=B7=E5=8A=9F=E8=83=BD=E5=AE=8C?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Algorithm/AlgorithmTopDetails.vue | 26 +++- .../Business/BusinessTopDetails.vue | 76 ++++++----- .../Developer/DeveloperTopDetails.vue | 26 +++- .../LayerService/LayerServiceTopDetails.vue | 26 +++- front/src/views/home/apply.vue | 4 +- .../home/components/searchResultList.vue | 37 ++++-- .../personalCenter/components/MyApply.vue | 124 +++++++++++------- .../components/PurchaseVehicle.vue | 26 ++-- 8 files changed, 229 insertions(+), 116 deletions(-) diff --git a/front/src/views/detailsAll/components/Algorithm/AlgorithmTopDetails.vue b/front/src/views/detailsAll/components/Algorithm/AlgorithmTopDetails.vue index 6d2288af..0554fbfd 100644 --- a/front/src/views/detailsAll/components/Algorithm/AlgorithmTopDetails.vue +++ b/front/src/views/detailsAll/components/Algorithm/AlgorithmTopDetails.vue @@ -2,7 +2,7 @@ * @Author: hisense.liangjunhua * @Date: 2022-06-08 11:56:28 * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-06-13 15:29:27 + * @LastEditTime: 2022-07-01 14:16:18 * @Description: 算法详情页头部 -->