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
flex 1
padding 32px
padding-bottom 8px
padding-bottom 0
box-shadow 0 2px 4px rgba(0, 0, 0, 0.1)
background var(--face)
border-radius 8px

View File

@ -44,7 +44,7 @@ export default Vue.extend({
const chartOpts = {
chart: {
type: 'area',
height: 300,
height: 200,
animations: {
dynamicAnimation: {
enabled: false
@ -123,7 +123,7 @@ export default Vue.extend({
> div
display block
flex 1
padding 32px
padding 24px 16px 12px 16px
box-shadow 0 2px 4px rgba(0, 0, 0, 0.1)
background var(--face)
border-radius 8px