feat: fix CommonPopup nesting use and fix some style problem
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user