[Client] Improve admin panel
This commit is contained in:
parent
b7a15bf6ca
commit
449b9f7fa0
6 changed files with 58 additions and 16 deletions
|
|
@ -79,6 +79,7 @@ export default Vue.extend({
|
|||
},
|
||||
grid: {
|
||||
clipMarkers: false,
|
||||
borderColor: 'rgba(0, 0, 0, 0.1)'
|
||||
},
|
||||
stroke: {
|
||||
curve: 'straight',
|
||||
|
|
@ -153,7 +154,7 @@ export default Vue.extend({
|
|||
display flex
|
||||
padding 0 8px
|
||||
margin-bottom -16px
|
||||
color #555
|
||||
color var(--adminDashboardCardFg)
|
||||
font-size 14px
|
||||
|
||||
> span
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue