mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
styles:job列表自定义列按钮新增hover背景色
This commit is contained in:
@@ -178,7 +178,7 @@
|
||||
}
|
||||
}
|
||||
.rebalance-tooltip-bg {
|
||||
padding: 3px;
|
||||
padding: 3px 3px 2px 3px;
|
||||
margin-left: -3px;
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
|
||||
@@ -158,3 +158,12 @@
|
||||
.dcloud-checkbox-table-serch{
|
||||
padding-top: 0;
|
||||
}
|
||||
.clustom-table-content {
|
||||
.anticon {
|
||||
padding: 3px;
|
||||
border-radius: 50%;
|
||||
&:hover {
|
||||
background: rgba(33, 37, 41, 0.04);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user