修改样式
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
}
|
||||
|
||||
.cz-balance-bar {
|
||||
display: flex;
|
||||
|
||||
flex-wrap: wrap;
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 16px;
|
||||
@@ -68,6 +72,10 @@
|
||||
}
|
||||
|
||||
.cz-package-grid {
|
||||
display: flex;
|
||||
|
||||
flex-wrap: wrap;
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 14px;
|
||||
|
||||
Reference in New Issue
Block a user