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 () => {
> .pies {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
grid-gap: 16px;
margin-bottom: 16px;
grid-gap: 12px;
margin-bottom: 12px;
> .pie {
position: relative;
......@@ -127,7 +127,7 @@ onMounted(async () => {
> .items {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
grid-gap: 16px;
grid-gap: 12px;
> .item {
display: flex;
......
......@@ -109,7 +109,7 @@ onUnmounted(() => {
> .charts {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
gap: 12px;
> .chart {
min-width: 0;
......
......@@ -82,7 +82,7 @@ onMounted(async () => {
.root {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
grid-gap: 16px;
grid-gap: 12px;
&:global {
> .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