Browse Source

fix:详情弹窗的功能弹窗背景颜色优化

bug/zIndex
leiyuee 7 days ago
parent
commit
e71aaee29a
  1. 43
      src/dialog/asset-details/index.scss

43
src/dialog/asset-details/index.scss

@ -695,26 +695,31 @@
} }
/* Dropdown 挂在 body 下时,仍能命中这些全局类 */ /* Dropdown 挂在 body 下时,仍能命中这些全局类 */
.assetDetails__floatMenu { .assetDetails__floatMenu {
width: 144px; position: relative;
padding: 5px; z-index: 1;
border-radius: 9px; width: 144px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); padding: 5px;
display: flex; border-radius: 9px;
flex-direction: column; background: #ffffff;
gap: 0; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
} display: flex;
flex-direction: column;
.assetDetails__floatRow { gap: 0;
display: flex; isolation: isolate;
flex-direction: row; }
align-items: center;
.assetDetails__floatRow {
display: flex;
flex-direction: row;
align-items: center;
height: 37px; height: 37px;
width: 134px; width: 134px;
padding: 0 11px; padding: 0 11px;
border: none; border: none;
border-radius: 5px; border-radius: 5px;
font-size: 14px; background: transparent;
font-size: 14px;
font-weight: 400; font-weight: 400;
line-height: normal; line-height: normal;
color: #666666; color: #666666;

Loading…
Cancel
Save