From f97233d273ea48b4301e6959f8b02b96c1754896 Mon Sep 17 00:00:00 2001 From: "LAPTOP-86ICAA31\\Administrator" <55056727@qq.com> Date: Tue, 14 Feb 2023 14:31:35 +0800 Subject: [PATCH] no message --- src/layouts/tabs/TabsView.vue | 16 ++++++++++++---- src/pages/agent/list.vue | 4 ++-- src/pages/order/list.vue | 8 ++++---- src/router/index.js | 2 +- src/services/Common.js | 2 +- src/services/order/Order.js | 5 +++++ 6 files changed, 25 insertions(+), 12 deletions(-) diff --git a/src/layouts/tabs/TabsView.vue b/src/layouts/tabs/TabsView.vue index d356d7b..60cb6ee 100644 --- a/src/layouts/tabs/TabsView.vue +++ b/src/layouts/tabs/TabsView.vue @@ -391,15 +391,23 @@ table.tablesd{border:1px solid #eee; border-right:none; border-bottom:none; widt .boxListSpecials{ float: left; margin:0 1em .5em 0; min-width:500px; .t{display: inline-block; margin-right:.5em} - em{font-size:10px; color:#999; margin:0 .5em;} + em{font-size:10px; color:#999; margin:0 .5em} } -.listFiles{padding:0; margin:0; list-style: none} +.listFiles{padding:0; margin:0; list-style:none} .listFiles li{display: flex; padding:.3em 0} .listFiles li a{overflow: hidden; line-height:1em; margin-left:.5em} .listFiles li .anticon-delete{padding:0 .5em; color:#666; cursor:pointer} .listFiles li .anticon-delete:hover{color:#f90} -.boxCraftDto{margin:0; padding: 0; overflow:hidden;} -.boxCraftDto li{float: left; list-style: none; border:1px solid #eee; padding: 10px; border-radius:.5em; margin:0 20px 10px 0;} +.boxCraftDto{margin:0; padding: 0; overflow:hidden} +.boxCraftDto li{float: left; list-style: none; border:1px solid #eee; padding: 10px; border-radius:.5em; margin:0 20px 10px 0} +.listTable{border:1px solid #eee; border-right:none; border-bottom:none; display: flex; flex-wrap: wrap; padding:0; margin:0 0 1.5em} +.listTable>li{border:1px solid #eee; border-left:none; border-top:none; width:25%; list-style: none; margin:0; display:flex} +.listTable>li span.t,.listTable>li p.n{padding:.5em} +.listTable>li span.t{width:15em; background-color: #f9f9f9; text-align:right} +.listTable>li p.n{width:100%; margin-bottom:0} +@media screen and (max-width:1300px) { + .listTable>li{width:33.333%} +}