chore: update model list polling
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.row-children {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 54px;
|
||||
@@ -6,6 +7,7 @@
|
||||
border-radius: var(--ant-table-header-border-radius);
|
||||
background-color: var(--color-fill-1);
|
||||
transition: all 0.2s ease;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--ant-table-row-hover-bg);
|
||||
transition: all 0.2s ease;
|
||||
|
||||
Reference in New Issue
Block a user