fix(仪表板): icon的背景圆角不对,与下方列表圆角一致

This commit is contained in:
dataeaseShu 2024-02-22 15:04:18 +08:00
parent cf610c06fe
commit 04e948b353

View File

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