Commit 2541d425 authored by XieZhiXiong's avatar XieZhiXiong

chore: 隐藏表格头td的竖线

parent e8667e7a
......@@ -139,4 +139,9 @@
.ant-form-item-label > label {
font-size: 12px !important;
color: #909399 !important;
}
// 隐藏表格头 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