修改样式

This commit is contained in:
rain
2026-07-07 12:06:25 +08:00
parent c10aa5bc5d
commit 0f6ed0cad3
24 changed files with 1132 additions and 4287 deletions
+8
View File
@@ -62,6 +62,10 @@
/* Amount grid (6 items, 3 columns) */
.cz-amount-grid {
display: flex;
flex-wrap: wrap;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
@@ -774,6 +778,10 @@
/* Method select */
.tx-method-select {
display: flex;
flex-wrap: wrap;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;