This commit is contained in:
syuilo 2021-10-23 22:09:48 +09:00
parent 781b57585b
commit d4c0d85cbc
2 changed files with 7 additions and 4 deletions

View file

@ -122,12 +122,13 @@ export default defineComponent({
scales: { scales: {
x: { x: {
grid: { grid: {
display: false, display: true,
color: gridColor, color: gridColor,
borderColor: 'rgb(0, 0, 0, 0)', borderColor: 'rgb(0, 0, 0, 0)',
}, },
ticks: { ticks: {
display: false, display: true,
maxTicksLimit: 10
}, },
}, },
y: { y: {

View file

@ -2,7 +2,7 @@
<div> <div>
<MkHeader :info="header"/> <MkHeader :info="header"/>
<div class="edbbcaef" v-size="{ max: [880] }"> <div class="edbbcaef" v-size="{ max: [740] }">
<div v-if="stats" class="cfcdecdf" style="margin: var(--margin)"> <div v-if="stats" class="cfcdecdf" style="margin: var(--margin)">
<div class="number _panel"> <div class="number _panel">
<div class="label">Users</div> <div class="label">Users</div>
@ -225,12 +225,14 @@ export default defineComponent({
} }
} }
&.max-width_800px { &.max-width_740px {
> .queue { > .queue {
display: block; display: block;
> .deliver, > .deliver,
> .inbox { > .inbox {
width: 100%;
&:not(:first-child) { &:not(:first-child) {
margin-top: var(--margin); margin-top: var(--margin);
margin-left: 0; margin-left: 0;