diff --git a/api/request2.js b/api/request2.js index 231a52be..fdb5b334 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..d7541d69 100644 --- a/common/style/new_style.css +++ b/common/style/new_style.css @@ -2025,6 +2025,28 @@ button::after { } +.card_itemCode { + font-size: 36rpx; + /* font-weight: 500; */ + padding: 10rpx; +} + +.card_itemName { + color: #909399; + font-size: 30rpx; + padding: 0rpx 20rpx; +} + +/* .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 +2135,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 +2150,6 @@ button::after { background-color: #fff; border-radius: 10rpx; margin: 12rpx; - } .task_number { @@ -2134,6 +2160,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 @@