feat: fix CommonPopup nesting use and fix some style problem

This commit is contained in:
2025-08-26 22:24:36 +08:00
parent 924afbb3cf
commit 425ed50dc5
8 changed files with 123 additions and 51 deletions

View File

@@ -20,6 +20,7 @@
justify-content: space-between;
align-items: center;
display: inline-flex;
width: 240px;
height: 60px;
padding: 8px 6px;
box-sizing: border-box;
@@ -34,7 +35,7 @@
display: flex;
width: 76px;
height: 48px;
padding: 14px 22px;
// padding: 14px 0;
box-sizing: border-box;
justify-content: center;
align-items: center;
@@ -50,7 +51,7 @@
display: flex;
width: 76px;
height: 48px;
padding: 14px 22px;
// padding: 14px 22px;
box-sizing: border-box;
justify-content: center;
align-items: center;