From 07f320ca2f29597932fa464ba873ba8793d8797c Mon Sep 17 00:00:00 2001 From: 15386982806 Date: Thu, 11 Jan 2024 14:45:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E7=89=A9=E6=B5=81=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/home/orderCenter/OrderDetail.vue | 49 ++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/buyer/src/pages/home/orderCenter/OrderDetail.vue b/buyer/src/pages/home/orderCenter/OrderDetail.vue index 9b079049..0a14fb6f 100644 --- a/buyer/src/pages/home/orderCenter/OrderDetail.vue +++ b/buyer/src/pages/home/orderCenter/OrderDetail.vue @@ -257,7 +257,7 @@ 发货数量:{{ item.deliverNumber }} -
+
  • {{ item.AcceptTime || item.acceptTime }} @@ -569,6 +569,53 @@ table { margin: 15px 0; } +.layui-layer-wrap { + dl { + border-top: solid 1px #f5f5f5; + margin-top: -1px; + overflow: hidden; + + dt { + font-size: 14px; + line-height: 28px; + display: inline-block; + padding: 8px 1% 8px 0; + color: #999; + } + + dd { + font-size: 14px; + line-height: 28px; + display: inline-block; + padding: 8px 0 8px 8px; + border-left: solid 1px #f5f5f5; + + .text-box { + line-height: 40px; + color: #333; + word-break: break-all; + } + } + } +} + +.layui-layer-wrap > .div-express-log { + max-height: 300px; +} +/deep/ .layui-layer-wrap > .div-express-log::-webkit-scrollbar{ + width: 1px; + height: 5px; +} +/deep/ .layui-layer-wrap > .div-express-log::-webkit-scrollbar-thumb{ + border-radius: 1em; + background-color: rgba(50,50,50,.3); +} +/deep/ .layui-layer-wrap > .div-express-log::-webkit-scrollbar-track{ + border-radius: 1em; + background-color: rgba(50,50,50,.1); +} + + .div-express-log { max-height: 300px; border: solid 1px #e7e7e7;