Commit 895db2f4 by zhangleyuan

feat:处理培训计划关联

parent 99a3cb05
...@@ -784,4 +784,6 @@ mr0 { ...@@ -784,4 +784,6 @@ mr0 {
.ant-table-column-sorter { .ant-table-column-sorter {
margin-left: 2px!important; margin-left: 2px!important;
} }
.ant-table-column-sorter-full{
margin-top:-0.32rem !important;
}
...@@ -217,6 +217,7 @@ class UserLearnDetailModal extends React.Component { ...@@ -217,6 +217,7 @@ class UserLearnDetailModal extends React.Component {
pagination={false} pagination={false}
bordered bordered
className="plan-table" className="plan-table"
size="middle"
/> />
</div> </div>
<div> <div>
......
.user-Learn-modal{ .user-Learn-modal{
.ant-table-thead{
tr {
th{
padding:9px 8px !important;
}
}
}
.customer-info{ .customer-info{
margin-bottom:16px; margin-bottom:16px;
.customer-name{ .customer-name{
......
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