From 7371c0ff4d7aef9e5984acb4f82cdb41966b4646 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Thu, 21 Dec 2023 20:57:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=80=E5=8D=95=E5=BD=95?= =?UTF-8?q?=E5=8D=95=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tablecmt/tablecmt.vue | 6 +++++ .../distribution/inventory/CreateOrder.vue | 27 +++++++++++-------- src/views/waybill/CreateZeroOrder.vue | 27 +++++++++++-------- vite.config.js | 4 +-- 4 files changed, 40 insertions(+), 24 deletions(-) diff --git a/src/components/tablecmt/tablecmt.vue b/src/components/tablecmt/tablecmt.vue index 1ceb2ba6..b678a093 100644 --- a/src/components/tablecmt/tablecmt.vue +++ b/src/components/tablecmt/tablecmt.vue @@ -785,4 +785,10 @@ defineExpose({ handleCheckSelect }); .el-input { // width: 200px !important; } + +.el-table__footer { + tr { + background-color: var(--el-fill-color-light) !important; + } +} diff --git a/src/views/distribution/inventory/CreateOrder.vue b/src/views/distribution/inventory/CreateOrder.vue index bcdbbb29..c5cf28f6 100644 --- a/src/views/distribution/inventory/CreateOrder.vue +++ b/src/views/distribution/inventory/CreateOrder.vue @@ -195,7 +195,7 @@ -
+
收货方
@@ -516,7 +516,7 @@
-
+
付款方式
@@ -1729,6 +1729,11 @@ $borderColor: #172e60; :deep(.el-input__wrapper) { box-shadow: none; border-bottom: 1px solid $borderColor; + border-radius: 0; +} + +.border-left { + border-left: 1px dashed $borderColor; } // 页面字体大小 @@ -1741,21 +1746,21 @@ $borderColor: #172e60; } .border-top { - border-top: 1px solid $borderColor; + border-top: 1px dashed $borderColor; } .table-row { width: 100%; display: flex; - // border-top: 1px solid $borderColor; - border-left: 1px solid $borderColor; + // border-top: 1px dashed $borderColor; + border-left: 1px dashed $borderColor; border-bottom: none; box-sizing: border-box; &:first-child { display: block; - border-top: 1px solid $borderColor; - border-left: 1px solid $borderColor; + border-top: 1px dashed $borderColor; + border-left: 1px dashed $borderColor; > div { width: 100%; @@ -1765,8 +1770,8 @@ $borderColor: #172e60; &:last-child { display: block; - border-bottom: 1px solid $borderColor; - border-right: 1px solid $borderColor; + border-bottom: 1px dashed $borderColor; + border-right: 1px dashed $borderColor; box-sizing: border-box; > div { @@ -1778,8 +1783,8 @@ $borderColor: #172e60; > div { flex: 1; padding: 5px; - border-bottom: 1px solid $borderColor; - border-right: 1px solid $borderColor; + border-bottom: 1px dashed $borderColor; + border-right: 1px dashed $borderColor; display: inline-flex; box-sizing: border-box; } diff --git a/src/views/waybill/CreateZeroOrder.vue b/src/views/waybill/CreateZeroOrder.vue index 7dd3d312..b9e2b30b 100644 --- a/src/views/waybill/CreateZeroOrder.vue +++ b/src/views/waybill/CreateZeroOrder.vue @@ -159,7 +159,7 @@
-
+
收货方
@@ -505,7 +505,7 @@
-
+
付款方式
@@ -1587,6 +1587,7 @@ $borderColor: #172e60; :deep(.el-input__wrapper) { box-shadow: none; border-bottom: 1px solid #777; + border-radius: 0; } // 页面字体大小 @@ -1599,21 +1600,21 @@ $borderColor: #172e60; } .border-top { - border-top: 1px solid $borderColor; + border-top: 1px dashed $borderColor; } .table-row { width: 100%; display: flex; - // border-top: 1px solid $borderColor; - border-left: 1px solid $borderColor; + // border-top: 1px dashed $borderColor; + border-left: 1px dashed $borderColor; border-bottom: none; box-sizing: border-box; &:first-child { display: block; - border-top: 1px solid $borderColor; - border-left: 1px solid $borderColor; + border-top: 1px dashed $borderColor; + border-left: 1px dashed $borderColor; > div { width: 100%; @@ -1623,8 +1624,8 @@ $borderColor: #172e60; &:last-child { display: block; - border-bottom: 1px solid $borderColor; - border-right: 1px solid $borderColor; + border-bottom: 1px dashed $borderColor; + border-right: 1px dashed $borderColor; box-sizing: border-box; > div { @@ -1636,13 +1637,17 @@ $borderColor: #172e60; > div { flex: 1; padding: 5px; - border-bottom: 1px solid $borderColor; - border-right: 1px solid $borderColor; + border-bottom: 1px dashed $borderColor; + border-right: 1px dashed $borderColor; display: inline-flex; box-sizing: border-box; } } +.border-left { + border-left: 1px dashed $borderColor; +} + .table-row-title { background: #f5f7fa; margin-right: 10px; diff --git a/vite.config.js b/vite.config.js index f18c7559..6353e045 100644 --- a/vite.config.js +++ b/vite.config.js @@ -14,7 +14,7 @@ export default ({ mode, command }) => { '/api': { // target: 'http://192.168.10.126:8889', // hy - // target: 'http://192.168.10.48:13000', + target: 'http://192.168.10.48:13000', // lmy // target: 'http://192.168.10.123:8889', // target: 'http://192.168.10.101:8888', @@ -25,7 +25,7 @@ export default ({ mode, command }) => { // target: 'http://192.168.6.122:8777', // target: 'http://192.168.10.25:13000', // target: 'http://192.168.10.57:13000', - target: 'http://192.168.6.122:8777', + // target: 'http://192.168.6.122:8777', // target: 'http://192.168.6.116:8777', // tjj // sst