forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
781b57585b
commit
d4c0d85cbc
2 changed files with 7 additions and 4 deletions
|
@ -122,12 +122,13 @@ export default defineComponent({
|
|||
scales: {
|
||||
x: {
|
||||
grid: {
|
||||
display: false,
|
||||
display: true,
|
||||
color: gridColor,
|
||||
borderColor: 'rgb(0, 0, 0, 0)',
|
||||
},
|
||||
ticks: {
|
||||
display: false,
|
||||
display: true,
|
||||
maxTicksLimit: 10
|
||||
},
|
||||
},
|
||||
y: {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div>
|
||||
<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 class="number _panel">
|
||||
<div class="label">Users</div>
|
||||
|
@ -225,12 +225,14 @@ export default defineComponent({
|
|||
}
|
||||
}
|
||||
|
||||
&.max-width_800px {
|
||||
&.max-width_740px {
|
||||
> .queue {
|
||||
display: block;
|
||||
|
||||
> .deliver,
|
||||
> .inbox {
|
||||
width: 100%;
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-top: var(--margin);
|
||||
margin-left: 0;
|
||||
|
|
Loading…
Reference in a new issue