X3.5简洁主题贴子分太开了如何改成默认主题一样紧凑 New
新版简洁通用社区模版是这样的,区分太开了修改什么文件可以这样?
1 贡献最佳答案
这个你需要打开 template\color_sdw01\common\extend_module.css,查找:
.tl .common { line-height:40px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.tl .new { line-height:40px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
大概在第35和36行,把 line-height:40px; 删除,然后到后台更新缓存。
文強发表于2025-5-19 17:19:14
[*]详细答案 >
这个你需要打开 template\color_sdw01\common\extend_module.css,查找:
.tl .common { line-height:40px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.tl .new { line-height:40px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
大概在第35和36行,把 line-height:40px; 删除,然后到后台更新缓存。 按上面方法删除正常了,谢谢。
页:
[1]