Commit ffc483a8 by guomingpang

style:培训计划表格样式修改

parent bd4df955
...@@ -4,27 +4,23 @@ ...@@ -4,27 +4,23 @@
text-align: right; text-align: right;
margin-right: 45px; margin-right: 45px;
} }
.ant-table-thead .ant-table-cell {
padding: 10px 12px !important; .plan-list-table {
} thead.ant-table-thead {
.ant-table-tbody {
tr { tr {
td { th {
&.ant-table-cell { padding: 10px 12px;
padding: 20px 12px !important;
color: #333;
} }
} }
} }
}
.plan-list-table {
tbody { tbody {
tr { tr {
&:nth-child(even) { &:nth-child(even) {
background: transparent !important; background: transparent !important;
td { td {
background: #fff !important; background: #fff !important;
padding: 20px 12px;
color: #333;
} }
} }
&:nth-child(odd) { &:nth-child(odd) {
......
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