From 942c2cc31fa822f7b6d1347d6f9c391d924d085a Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 20 Feb 2023 17:23:47 +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