Style: all - change page padding to 20px

This commit is contained in:
2024-03-15 14:01:54 +08:00
parent 8850deb604
commit 1b9e527b68
31 changed files with 100 additions and 89 deletions

View File

@@ -115,4 +115,4 @@
.flex-vertical {
display: flex;
flex-direction: column;
}
}

View File

@@ -5,4 +5,4 @@
border-radius: 8px;
overflow: hidden;
box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.1);
}
}

View File

@@ -90,4 +90,4 @@
height: 8px;
}
}
}
}

View File

@@ -31,4 +31,4 @@
.active > * {
background-color: constants.$font-secondary-color !important;
}
}
}

View File

@@ -319,4 +319,4 @@
}
}
}
}
}

View File

@@ -146,4 +146,4 @@
}
}
}
}
}

View File

@@ -11,4 +11,4 @@
width: 0;
background-color: constants.$background-color;
}
}
}

View File

@@ -2,7 +2,7 @@
[data-component=system] {
.root-content {
padding: 30px;
padding: 20px;
gap: 20px;
flex-wrap: wrap;
justify-content: flex-start;
@@ -38,4 +38,4 @@
}
}
}
}
}

View File

@@ -2,7 +2,7 @@
[data-component=system-settings] {
.root-content {
padding: 30px;
padding: 20px;
gap: 20px;
.root-col {
@@ -43,4 +43,4 @@
}
}
}
}
}

View File

@@ -2,7 +2,7 @@
[data-component=system-statistics] {
.root-content {
padding: 30px;
padding: 20px;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
@@ -87,4 +87,4 @@
}
}
}
}
}

View File

@@ -2,7 +2,7 @@
[data-component=system-tools-base] {
.root-content {
padding: 30px;
padding: 20px;
gap: 10px;
height: 100%;
width: 100%;
@@ -39,4 +39,4 @@
cursor: pointer;
}
}
}
}

View File

@@ -1,5 +1,5 @@
[data-component=system-tools-code] {
padding: 30px;
padding: 20px;
.card-box {
width: 100%;
@@ -17,4 +17,4 @@
inset-block-end: 0;
}
}
}
}

View File

@@ -1,8 +1,8 @@
[data-component=system-tools-execute] {
padding: 30px;
padding: 20px;
.card-box {
width: 100%;
height: 100%;
}
}
}

View File

@@ -11,4 +11,4 @@
width: 0;
background-color: constants.$background-color;
}
}
}

View File

@@ -45,4 +45,4 @@
}
}
}
}
}

View File

@@ -1,22 +1,29 @@
[data-component=tools-edit] {
.root-content {
width: 100%;
padding: 20px;
.card-box {
height: 100%;
width: 100%;
> * {
width: 0;
}
.draggable-mask {
position: absolute;
.root-content {
width: 100%;
height: 100%;
> * {
width: 0;
}
.draggable-mask {
position: absolute;
width: 100%;
height: 100%;
}
}
}
.draggable-content {
position: fixed;
inset-inline-end: 32px;
inset-inline-end: 48px;
inset-block-end: 48px;
> * {
@@ -25,4 +32,4 @@
inset-block-end: 0;
}
}
}
}

View File

@@ -3,7 +3,7 @@
[data-component=tools] {
.root-content {
padding: 30px;
padding: 20px;
gap: 20px;
flex-wrap: wrap;
justify-content: flex-start;

View File

@@ -1,8 +1,8 @@
[data-component=tools-source] {
padding: 30px;
padding: 20px;
.card-box {
width: 100%;
height: 100%;
}
}
}

View File

@@ -21,7 +21,7 @@
}
.root-content {
padding: 30px;
padding: 20px;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
@@ -141,4 +141,4 @@
color: constants.$font-secondary-color;
}
}
}
}

View File

@@ -3,9 +3,9 @@
[data-component=tools-store-user] .root-content {
padding: {
top: 80px;
left: 30px;
right: 30px;
bottom: 30px;
left: 20px;
right: 20px;
bottom: 20px;
};
.root-box {
@@ -185,4 +185,4 @@
}
}
}
}
}

View File

@@ -1,8 +1,8 @@
[data-component=tools-view] {
padding: 30px;
padding: 20px;
.card-box {
height: 100%;
width: 100%;
}
}
}

View File

@@ -11,4 +11,4 @@
width: 0;
background-color: constants.$background-color;
}
}
}

View File

@@ -3,9 +3,9 @@
[data-component=user] .root-content {
padding: {
top: 80px;
left: 30px;
right: 30px;
bottom: 30px;
left: 20px;
right: 20px;
bottom: 20px;
};
.card-box {
@@ -132,4 +132,4 @@
}
}
}
}
}