This commit is contained in:
syuilo 2022-12-25 15:36:03 +09:00
parent 5294e815b0
commit 47853484a5
2 changed files with 7 additions and 7 deletions

View file

@ -96,7 +96,7 @@ onMounted(async () => {
&:global { &:global {
> .pies { > .pies {
display: grid; display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
grid-gap: 16px; grid-gap: 16px;
margin-bottom: 16px; margin-bottom: 16px;
@ -126,7 +126,7 @@ onMounted(async () => {
> .items { > .items {
display: grid; display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
grid-gap: 16px; grid-gap: 16px;
> .item { > .item {
@ -160,10 +160,10 @@ onMounted(async () => {
} }
> .body { > .body {
padding: 4px 0; padding: 2px 0;
> .value { > .value {
font-size: 1.3em; font-size: 1.25em;
font-weight: bold; font-weight: bold;
> .diff { > .diff {

View file

@ -81,7 +81,7 @@ onMounted(async () => {
<style lang="scss" module> <style lang="scss" module>
.root { .root {
display: grid; display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
grid-gap: 16px; grid-gap: 16px;
&:global { &:global {
@ -130,10 +130,10 @@ onMounted(async () => {
} }
> .body { > .body {
padding: 4px 0; padding: 2px 0;
> .value { > .value {
font-size: 1.3em; font-size: 1.25em;
font-weight: bold; font-weight: bold;
> .diff { > .diff {