Skip to content
Snippets Groups Projects
Commit 47743728 authored by syuilo's avatar syuilo
Browse files

🎨

parent 37d137b4
No related branches found
No related tags found
No related merge requests found
...@@ -97,8 +97,8 @@ onMounted(async () => { ...@@ -97,8 +97,8 @@ onMounted(async () => {
> .pies { > .pies {
display: grid; display: grid;
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
grid-gap: 16px; grid-gap: 12px;
margin-bottom: 16px; margin-bottom: 12px;
> .pie { > .pie {
position: relative; position: relative;
...@@ -127,7 +127,7 @@ onMounted(async () => { ...@@ -127,7 +127,7 @@ onMounted(async () => {
> .items { > .items {
display: grid; display: grid;
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
grid-gap: 16px; grid-gap: 12px;
> .item { > .item {
display: flex; display: flex;
......
...@@ -109,7 +109,7 @@ onUnmounted(() => { ...@@ -109,7 +109,7 @@ onUnmounted(() => {
> .charts { > .charts {
display: grid; display: grid;
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;
gap: 16px; gap: 12px;
> .chart { > .chart {
min-width: 0; min-width: 0;
......
...@@ -82,7 +82,7 @@ onMounted(async () => { ...@@ -82,7 +82,7 @@ onMounted(async () => {
.root { .root {
display: grid; display: grid;
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
grid-gap: 16px; grid-gap: 12px;
&:global { &:global {
> .item { > .item {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment