chore(client): tweak style

This commit is contained in:
syuilo 2022-07-07 17:28:21 +09:00
parent 7cf3218068
commit 1c5f339d09
3 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ useInterval(tick, Math.max(5000, props.refreshIntervalSec * 1000), {
::v-deep(.item) {
display: inline-block;
vertical-align: bottom;
margin-right: 3em;
margin-right: 5em;
> .icon {
display: inline-block;

View File

@ -79,7 +79,7 @@ useInterval(tick, Math.max(5000, props.refreshIntervalSec * 1000), {
display: inline-block;
width: 0.5px;
height: var(--height);
margin: 0 2em;
margin: 0 3em;
background: currentColor;
opacity: 0.3;
}

View File

@ -104,7 +104,7 @@ useInterval(tick, Math.max(5000, props.refreshIntervalSec * 1000), {
display: inline-block;
width: 0.5px;
height: 16px;
margin: 0 2em;
margin: 0 3em;
background: currentColor;
opacity: 0;
}