From bb9e7463868328e7a7285facdad3b057eadcb089 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 21 Feb 2023 10:03:25 +0800
Subject: [PATCH] 提示代理人改成合伙人

---
 src/main/resources/templates/febs/views/modules/order/orderList.html |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/order/orderList.html b/src/main/resources/templates/febs/views/modules/order/orderList.html
index 16adc16..ae54f9f 100644
--- a/src/main/resources/templates/febs/views/modules/order/orderList.html
+++ b/src/main/resources/templates/febs/views/modules/order/orderList.html
@@ -89,7 +89,7 @@
                     </form>
                     <table lay-filter="orderTable" lay-data="{id: 'orderTable'}"></table>
                     <style type="text/css">
-                        .layui-table-cell{
+                        .layui-table cell{
                             text-align:center;
                             height: auto;
                             white-space: nowrap; /*文本不会换行,在同一行显示*/
@@ -99,6 +99,11 @@
                         .layui-table img{
                             max-width:100px
                         }
+
+                        ::-webkit-scrollbar {
+                            height: 20px !important;
+                            background-color: #f4f4f4;
+                        }
                     </style>
                 </div>
             </div>

--
Gitblit v1.9.1