This commit is contained in:
syuilo 2018-11-03 03:08:41 +09:00
parent d7881ba129
commit d01315dee2
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
2 changed files with 3 additions and 3 deletions

View File

@ -403,7 +403,7 @@ export default Vue.extend({
display block display block
flex 1 flex 1
padding 32px padding 32px
padding-bottom 8px 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)
border-radius 8px border-radius 8px

View File

@ -44,7 +44,7 @@ export default Vue.extend({
const chartOpts = { const chartOpts = {
chart: { chart: {
type: 'area', type: 'area',
height: 300, height: 200,
animations: { animations: {
dynamicAnimation: { dynamicAnimation: {
enabled: false enabled: false
@ -123,7 +123,7 @@ export default Vue.extend({
> div > div
display block display block
flex 1 flex 1
padding 32px padding 24px 16px 12px 16px
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