Administrator
2025-07-22 8a7aee11d533a1664d88c3fe03bf0404164b4de9
src/main/resources/templates/febs/views/modules/clothesType/socialList.html
@@ -44,6 +44,23 @@
                        </div>
                    </form>
                    <table lay-filter="scTable" lay-data="{id: 'scTable'}"></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>