From e9b09087f519df8bfa286a0780c2795003515484 Mon Sep 17 00:00:00 2001 From: liuxiaoxue <1126966868@qq.com> Date: Thu, 1 Dec 2022 17:43:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E8=88=B1=E8=AF=A6=E6=83=85=E5=A4=9A?= =?UTF-8?q?=E5=93=81=E5=90=8D=E5=A4=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- .../BookingLedger/detail/modules/billInfo.vue | 2 +- .../detail/modules/goodsTable.vue | 41 +++++++++++++++---- src/views/main/BookingLedger/list/index.vue | 11 ++++- .../BookingLedger/list/modules/initData.js | 4 +- 5 files changed, 47 insertions(+), 13 deletions(-) diff --git a/public/index.html b/public/index.html index 1126b16..063449a 100644 --- a/public/index.html +++ b/public/index.html @@ -95,7 +95,7 @@ <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %> <% } %> - + diff --git a/src/views/main/BookingLedger/detail/modules/billInfo.vue b/src/views/main/BookingLedger/detail/modules/billInfo.vue index 1b8a085..3cb9fdd 100644 --- a/src/views/main/BookingLedger/detail/modules/billInfo.vue +++ b/src/views/main/BookingLedger/detail/modules/billInfo.vue @@ -628,7 +628,7 @@ export default { .base-tit { font-size: 14px; font-weight: 600; - color: #666; + color: #333; position: relative; height: 40px; line-height: 40px; diff --git a/src/views/main/BookingLedger/detail/modules/goodsTable.vue b/src/views/main/BookingLedger/detail/modules/goodsTable.vue index c36a274..56cee91 100644 --- a/src/views/main/BookingLedger/detail/modules/goodsTable.vue +++ b/src/views/main/BookingLedger/detail/modules/goodsTable.vue @@ -3,11 +3,11 @@
- 添加 - 删除 - 多品名 - 引入场站数据 - 引入箱皮重 + 添加 + 删除 + 多品名 + 引入场站数据 + 引入箱皮重
@@ -49,7 +49,7 @@ />
新增 - 删除 + 删除 保存
@@ -1028,6 +1028,22 @@ export default { .btn { margin-right: 10px; } + .btn-delete{ + border: 1px solid #ff6646; + background: #fdf2f0; + color: #ff6646; + &:hover{ + border: 1px solid #ff6646 !important; + background: #fdf2f0 !important; + color: #ff6646 !important; + opacity:.7; + } + } + .btn-more-name,.btn-import-station,.btn-weight{ + border: 1px solid @primary-color; + color: @primary-color; + background-color: #f5f9fe; + } } .table-right { line-height: 28px; @@ -1042,10 +1058,21 @@ export default { .model-content { .model-botton-box { - margin: 40px 0; + margin: 40px 0 20px; .btn { margin-right: 10px; } + .btn-delete{ + border: 1px solid #ff6646; + background: #fdf2f0; + color: #ff6646; + &:hover{ + border: 1px solid #ff6646 !important; + background: #fdf2f0 !important; + color: #ff6646 !important; + opacity:.7; + } + } } } .table-no-data { diff --git a/src/views/main/BookingLedger/list/index.vue b/src/views/main/BookingLedger/list/index.vue index 3649436..340f675 100644 --- a/src/views/main/BookingLedger/list/index.vue +++ b/src/views/main/BookingLedger/list/index.vue @@ -72,6 +72,9 @@ @cell-dblclick="handledbclick" style="margin-top:15px;" > + @@ -554,9 +557,13 @@ export default { }