本文主要是介绍Antd给表格一个斜线分隔,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
代码:
const [columns,setColums] = useState([// 主要代码title: <div style={{ "position": "relative" }}><div style={{ "text-align": "right" }}>参数</div><div style={{ "text-align": "left" }}>变量</div><div style={{ "content": "", "position": "absolute", "width": "1px", "height": "140px", "top": "-48px", "left": "42px", "backgroundColor": "#1A3A50", "display": "block", "transform": "rotate(-57deg)" }}></div></div>,dataIndex: "indexName",key: "indexName",width: "9%"])
效果:
这篇关于Antd给表格一个斜线分隔的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!