forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
9c8e9b4165
commit
5bebdb2511
2 changed files with 7 additions and 6 deletions
|
@ -41,7 +41,7 @@
|
||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
import * as ApexCharts from 'apexcharts';
|
import * as ApexCharts from 'apexcharts';
|
||||||
|
|
||||||
const limit = 80;
|
const limit = 90;
|
||||||
|
|
||||||
const sum = (...arr) => arr.reduce((r, a) => r.map((b, i) => a[i] + b));
|
const sum = (...arr) => arr.reduce((r, a) => r.map((b, i) => a[i] + b));
|
||||||
const negate = arr => arr.map(x => -x);
|
const negate = arr => arr.map(x => -x);
|
||||||
|
@ -409,7 +409,7 @@ export default Vue.extend({
|
||||||
.qvgidhudpqhjttdhxubzuyrhyzgslujw
|
.qvgidhudpqhjttdhxubzuyrhyzgslujw
|
||||||
display block
|
display block
|
||||||
flex 1
|
flex 1
|
||||||
padding 32px
|
padding 32px 24px
|
||||||
padding-bottom 0
|
padding-bottom 0
|
||||||
box-shadow 0 2px 4px rgba(0, 0, 0, 0.1)
|
box-shadow 0 2px 4px rgba(0, 0, 0, 0.1)
|
||||||
background var(--face)
|
background var(--face)
|
||||||
|
@ -417,6 +417,7 @@ export default Vue.extend({
|
||||||
|
|
||||||
> header
|
> header
|
||||||
display flex
|
display flex
|
||||||
|
margin 0 8px
|
||||||
padding 0 0 8px 0
|
padding 0 0 8px 0
|
||||||
font-size 1em
|
font-size 1em
|
||||||
color #555
|
color #555
|
||||||
|
|
|
@ -141,7 +141,7 @@ export default Vue.extend({
|
||||||
> div
|
> div
|
||||||
display block
|
display block
|
||||||
flex 1
|
flex 1
|
||||||
padding 20px 16px 0 16px
|
padding 20px 12px 0 12px
|
||||||
box-shadow 0 2px 4px rgba(0, 0, 0, 0.1)
|
box-shadow 0 2px 4px rgba(0, 0, 0, 0.1)
|
||||||
background var(--face)
|
background var(--face)
|
||||||
border-radius 8px
|
border-radius 8px
|
||||||
|
@ -151,8 +151,8 @@ export default Vue.extend({
|
||||||
|
|
||||||
> header
|
> header
|
||||||
display flex
|
display flex
|
||||||
padding 0 4px
|
padding 0 8px
|
||||||
margin-bottom -8px
|
margin-bottom -16px
|
||||||
color #555
|
color #555
|
||||||
font-size 14px
|
font-size 14px
|
||||||
|
|
||||||
|
@ -165,6 +165,6 @@ export default Vue.extend({
|
||||||
opacity 0.7
|
opacity 0.7
|
||||||
|
|
||||||
> div
|
> div
|
||||||
margin-bottom -8px
|
margin-bottom -10px
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue