styles:job列表自定义列按钮新增hover背景色

This commit is contained in:
黄海婷
2022-11-02 11:42:09 +08:00
committed by 早晚会起风
parent 805a704d34
commit 6918f4babe
2 changed files with 10 additions and 1 deletions

View File

@@ -178,7 +178,7 @@
}
}
.rebalance-tooltip-bg {
padding: 3px;
padding: 3px 3px 2px 3px;
margin-left: -3px;
font-size: 14px;
cursor: pointer;

View File

@@ -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);
}
}
}