大屏样式优化更新
This commit is contained in:
parent
f8f4bd3eb5
commit
fe9a5ff89e
@ -846,15 +846,15 @@ export default {
|
|||||||
grid-template-rows: repeat(3, 32%);
|
grid-template-rows: repeat(3, 32%);
|
||||||
grid-gap: 1%;
|
grid-gap: 1%;
|
||||||
&.left-column {
|
&.left-column {
|
||||||
grid-template-rows: 33% 29% 33%;
|
grid-template-rows: 33% 34% 28%;
|
||||||
grid-gap: 1%;
|
grid-gap: 1%;
|
||||||
}
|
}
|
||||||
&.right-column {
|
&.right-column {
|
||||||
grid-template-rows: 33% 29% 33%;
|
grid-template-rows: 33% 34% 28%;
|
||||||
grid-gap: 1%;
|
grid-gap: 1%;
|
||||||
}
|
}
|
||||||
&:nth-child(2) {
|
&:nth-child(2) {
|
||||||
grid-template-rows: 61% 29%;
|
grid-template-rows: 67% 30%;
|
||||||
grid-gap: 2%;
|
grid-gap: 2%;
|
||||||
> div {
|
> div {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user