hookehuyr

style(AdOverlay): 移除关闭按钮的背景色

......@@ -244,7 +244,6 @@ onMounted(async () => {
justify-content: center;
cursor: pointer;
flex-shrink: 0; // 防止被压缩
background-color: rgba(0, 0, 0, 0.5);
}
.close-icon {
......