style: modal style gap

This commit is contained in:
jialin
2024-08-16 12:03:48 +08:00
parent 1d92571d09
commit 7ff21e0d68
12 changed files with 58 additions and 21 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
@padding: 16px 24px;
.h3 {
position: sticky;
top: 0;
@@ -5,7 +7,7 @@
display: flex;
justify-content: space-between;
font-size: 14px;
padding: 16px 20px;
padding: @padding;
padding-top: 0;
margin-bottom: 0;
background-color: var(--color-white-1);