fix: 小屏幕下,用户列表横向滑动,列表内容会与操作按钮重叠

This commit is contained in:
dataeaseShu 2023-12-12 15:10:18 +08:00
parent 19c94167d0
commit 4bc6f82a23

View File

@ -391,3 +391,8 @@ em {
.color-datasource {
background: rgb(127, 59, 246);
}
.ed-table {
--ed-table-row-hover-bg-color: #e8e9e9 !important;
}