Commit 9786c8be authored by XieZhiXiong's avatar XieZhiXiong

chore: 隐藏表格头td的竖线

parent 672857a1
......@@ -314,3 +314,8 @@
padding-bottom: 6px;
}
}
// 隐藏表格头 td 的 竖线
.ant-table-thead > tr > th::before {
display: none;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment