修改样式
This commit is contained in:
@@ -311,6 +311,10 @@
|
||||
}
|
||||
|
||||
.pay-info-grid {
|
||||
display: flex;
|
||||
|
||||
flex-wrap: wrap;
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 18px;
|
||||
@@ -377,6 +381,10 @@
|
||||
}
|
||||
|
||||
.number-pool {
|
||||
display: flex;
|
||||
|
||||
flex-wrap: wrap;
|
||||
|
||||
display: grid;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user