修改样式
This commit is contained in:
@@ -64,6 +64,10 @@
|
||||
}
|
||||
|
||||
.apply-layout {
|
||||
display: flex;
|
||||
|
||||
flex-wrap: wrap;
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: 300px minmax(0, 1fr);
|
||||
gap: 28px;
|
||||
@@ -148,6 +152,10 @@
|
||||
}
|
||||
|
||||
.apply-upload-grid {
|
||||
display: flex;
|
||||
|
||||
flex-wrap: wrap;
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 18px;
|
||||
|
||||
Reference in New Issue
Block a user