From edf27ac167b2d54dccda9ec1cd5d59da09da572e Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Fri, 24 Nov 2023 14:12:47 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/request2.js | 4 +-- common/style/new_style.css | 32 +++++++++++++++++-- mycomponents/item/item.vue | 6 ++-- mycomponents/job/jobStatus.vue | 2 +- mycomponents/job/jobTop.vue | 2 +- .../coms/comReceiptDetailCard.vue | 1 - .../coms/comReceiptJobCard.vue | 7 ++-- static/config.json | 2 +- 8 files changed, 42 insertions(+), 14 deletions(-) diff --git a/api/request2.js b/api/request2.js index 8ce18769..3f52d27a 100644 --- a/api/request2.js +++ b/api/request2.js @@ -1,8 +1,8 @@ import request from '@/api/httpRequest2.js' -// const baseApi = "/api/admin-api" +const baseApi = "/api/admin-api" //公司地址 // 本地地址 -const baseApi = "/admin-api" +// const baseApi = "/admin-api" /** * 获取验证码 * @param {*} diff --git a/common/style/new_style.css b/common/style/new_style.css index 4db40b76..20c52a66 100644 --- a/common/style/new_style.css +++ b/common/style/new_style.css @@ -2025,6 +2025,29 @@ button::after { } +.card_itemCode { + font-size: 36rpx; + font-weight: 500; + padding: 10rpx; + +} + +.card_itemName { + color: #909399; + font-size: 30rpx; + padding: 0rpx 10rpx; +} + +/* .std_pack { + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; + padding: 0px; + color: #909399; + font-size: 30rpx; +} + */ .card_icon_normal { width: 45rpx; height: 45rpx; @@ -2113,8 +2136,13 @@ button::after { overflow: hidden; } +.task_top { + margin: 0rpx 10rpx; + background-color: #fff; +} + .task_item { - margin: 10rpx; + margin: 0rpx 10rpx; background-color: #fff; } @@ -2123,7 +2151,6 @@ button::after { background-color: #fff; border-radius: 10rpx; margin: 12rpx; - } .task_number { @@ -2134,6 +2161,7 @@ button::after { .task_text { font-size: 30rpx; + margin: 5rpx 0rpx; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; diff --git a/mycomponents/item/item.vue b/mycomponents/item/item.vue index 201020dd..abcceaa4 100644 --- a/mycomponents/item/item.vue +++ b/mycomponents/item/item.vue @@ -3,11 +3,11 @@ - - + + {{dataContent.itemCode}} - + {{dataContent.itemName}} diff --git a/mycomponents/job/jobStatus.vue b/mycomponents/job/jobStatus.vue index 9a80a5e0..26ea46ae 100644 --- a/mycomponents/job/jobStatus.vue +++ b/mycomponents/job/jobStatus.vue @@ -1,5 +1,5 @@