From 8f45afced0c6a4085560c62dbd58e6ef0f4cecf4 Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期三, 19 二月 2025 16:26:23 +0800
Subject: [PATCH] 提交基础版本

---
 ruoyi-admin/src/main/resources/templates/demo/table/resizable.html |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/templates/demo/table/resizable.html b/ruoyi-admin/src/main/resources/templates/demo/table/resizable.html
index c99d66e..2c21b6c 100644
--- a/ruoyi-admin/src/main/resources/templates/demo/table/resizable.html
+++ b/ruoyi-admin/src/main/resources/templates/demo/table/resizable.html
@@ -38,16 +38,7 @@
 				},
 				{
 					field : 'userName', 
-					title : '用户姓名',
-					cellStyle: function (value, row, index) {
-                        return { css: { "min-width": "100px", "white-space": "nowrap", "text-overflow": "ellipsis", "overflow": "hidden", "max-width": "200px" } }
-                    },
-                    formatter: function(value, row, index) {
-                        if (index == 0) {
-                            value = value + ",测试用户姓名,这是一条长文本,可以通过拖拽自适应内容显示。。。。";
-                        }
-                        return $.table.tooltip(value, 30, "open");
-                    }
+					title : '用户姓名'
 				},
 				{
 					field : 'userPhone', 

--
Gitblit v1.7.1