Commit
•
0f203e8
1
Parent(s):
66d8bb7
try to fix the white gap
Browse files
src/app/layouts/index.tsx
CHANGED
@@ -175,7 +175,7 @@ export function Layout5() {
|
|
175 |
<Panel
|
176 |
panel={3}
|
177 |
width={1024}
|
178 |
-
height={
|
179 |
/>
|
180 |
</div>
|
181 |
</Grid>
|
|
|
175 |
<Panel
|
176 |
panel={3}
|
177 |
width={1024}
|
178 |
+
height={768}
|
179 |
/>
|
180 |
</div>
|
181 |
</Grid>
|
src/app/layouts/new_layouts.tsx
CHANGED
@@ -39,7 +39,7 @@ export function Layout1() {
|
|
39 |
<Panel
|
40 |
panel={4}
|
41 |
width={1024}
|
42 |
-
height={
|
43 |
/>
|
44 |
</div>
|
45 |
</Grid>
|
@@ -196,7 +196,7 @@ export function Layout5() {
|
|
196 |
<Panel
|
197 |
panel={3}
|
198 |
width={1024}
|
199 |
-
height={
|
200 |
/>
|
201 |
</div>
|
202 |
<div className="bg-slate-100 row-span-1 col-span-3">
|
|
|
39 |
<Panel
|
40 |
panel={4}
|
41 |
width={1024}
|
42 |
+
height={768}
|
43 |
/>
|
44 |
</div>
|
45 |
</Grid>
|
|
|
196 |
<Panel
|
197 |
panel={3}
|
198 |
width={1024}
|
199 |
+
height={768}
|
200 |
/>
|
201 |
</div>
|
202 |
<div className="bg-slate-100 row-span-1 col-span-3">
|