From 795a2386c9fef02a43baa640af096a741213d065 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Wed, 15 May 2024 17:11:18 +0800
Subject: [PATCH] 错误流水恢复

---
 src/main/resources/templates/febs/views/dapp/member-withdraw.html |   33 +++++++++++++++++++++++++--------
 1 files changed, 25 insertions(+), 8 deletions(-)

diff --git a/src/main/resources/templates/febs/views/dapp/member-withdraw.html b/src/main/resources/templates/febs/views/dapp/member-withdraw.html
index b6c742d..404153d 100644
--- a/src/main/resources/templates/febs/views/dapp/member-withdraw.html
+++ b/src/main/resources/templates/febs/views/dapp/member-withdraw.html
@@ -36,16 +36,33 @@
                         </div>
                     </form>
                     <table lay-filter="withdrawTable" lay-data="{id: 'withdrawTable'}"></table>
+
+                    <style type="text/css">
+                        /*.layui-table-cell{*/
+                        /*    text-align:center;*/
+                        /*    height: auto;*/
+                        /*    white-space: nowrap; !*文本不会换行,在同一行显示*!*/
+                        /*    overflow: hidden; !*超出隐藏*!*/
+                        /*    text-overflow: ellipsis; !*省略号显示*!*/
+                        /*}*/
+                        /*.layui-table img{*/
+                        /*    max-width:100px*/
+                        /*}*/
+                        ::-webkit-scrollbar {
+                            height: 20px !important;
+                            background-color: #f4f4f4;
+                        }
+                    </style>
                 </div>
             </div>
         </div>
     </div>
 </div>
-<style>
-    .layui-table-cell {
-        height: auto !important;
-    }
-</style>
+<!--<style>-->
+<!--    .layui-table-cell {-->
+<!--        height: auto !important;-->
+<!--    }-->
+<!--</style>-->
 <script type="text/html" id="withdraw-status">
     {{#
     var status = {
@@ -206,10 +223,10 @@
                 toolbar: '#tableToolBarOrder',
                 cols: [[
                     {type: 'checkbox', fixed: 'left'},
-                    {title: '地址', templet: '#approve-list', minWidth: 130},
-                    {field: 'createTime', title: '创建时间', minWidth: 180},
+                    {title: '地址', templet: '#approve-list', minWidth: 400},
+                    {field: 'createTime', title: '创建时间', minWidth: 200},
                     {field: 'amount', title: '金额(USDT)', minWidth: 130},
-                    {title: '提现状态', templet: '#withdraw-status'},
+                    {title: '提现状态', templet: '#withdraw-status', minWidth: 130},
                     // {field: 'fee', title: '手续费', minWidth: 130},
                     // {title: '操作', toolbar: '#withdraw-option', minWidth: 200}
                 ]]

--
Gitblit v1.9.1