Commit d54f9f1f by liang ce

部门修改

parent 6eb30059
......@@ -281,4 +281,18 @@ export default {
.choosePeople:hover{
border: 1px solid #1890ff;
}
.deptModel{
background: #F2F0F0;
margin: 5px 0;
margin-right: 5px;
padding: 2px 4px;
border-radius: 3px;
line-height: 2;
}
.ant-table-tbody > tr:hover .deptModel{
background: #CAEEFF;
}
.ant-popover-inner-content>p{
margin: 0;
}
</style>
......@@ -348,4 +348,18 @@ export default {
.choosePeople:hover{
border: 1px solid #1890ff;
}
.deptModel{
background: #F2F0F0;
margin: 5px 0;
margin-right: 5px;
padding: 2px 4px;
border-radius: 3px;
line-height: 2;
}
.ant-table-tbody > tr:hover .deptModel{
background: #CAEEFF;
}
.ant-popover-inner-content>p{
margin: 0;
}
</style>
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