Merge pull request #8129 from dataease/pr@dev-v2_dzz_mobile

fix(仪表板): icon的背景圆角不对,与下方列表圆角一致
This commit is contained in:
dataeaseShu 2024-02-22 15:05:21 +08:00 committed by GitHub
commit e67cf7510a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -625,5 +625,9 @@ defineExpose({
.menu-outer-dv_popper {
width: 140px;
margin-top: -2px !important;
.ed-icon {
border-radius: 4px;
}
}
</style>