- 代码收藏
- JS 获取图片Base64
- css 缩放
- JS调用浏览器下载
- 腾讯云服务器 数据磁盘扩容
- JS删除指定下标的数组
- Js 关闭chrome内核浏览器 标签页
- js时间转毫秒
- JS 二维数组排序输出HTML
- uniapp webview 加载H5,手机返回键处理成返回上一页,上一个网页
- uniapp uni.navigateTo 跳转失败无效的可能原因
- uniapp 设置顶部状态条背景颜色
- 网口小票打印机IP查看方法
- 梦行表格thead 固定,tbody 滚动CSS代码
- JS操作梦行表格按TR属性值排序
- 浏览器插件开发之检测网络请求参数
- 编辑器追加商品调用按钮
- H5网页不缩放,查看图片时双指缩放时,跳图片URL缩放看图 js代码event.touches.length
- html5属性 contenteditable 在微信手机上不生效,或有时点击没反应,解决方案
- URL***编码
- vscode连接FTP
- CORS测试工具,跨域测试
梦行表格thead 固定,tbody 滚动CSS代码
1CSS
.table_scroll table{ table-layout: fixed;width: 100%;text-align: left;} .table_scroll thead tr td{ } .table_scroll tbody{ display: inline-block;width: 100%;overflow-y: auto;overflow-x: hidden;max-height:300px;} .table_scroll table tr{ display: inline-block;width: 100%; display: block; } .table_scroll table td, .table_scroll table th { display: inline-block;width: 10%; line-height: 1.2rem!important; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; } .table_scroll table td:nth-child(1), .table_scroll table th:nth-child(1) { }
本页由《梦行文档》生成