File tree Expand file tree Collapse file tree 2 files changed +16
-9
lines changed
Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ label {
288288 bottom : 0 ;
289289 padding : 50px ;
290290 border-left : 1px solid # ccc ;
291+ overflow-y : auto;
291292}
292293.settings-content span {
293294 animation : 0.5s ease-out 0s 1 slideInFromTop;
Original file line number Diff line number Diff line change 11<template >
2- <div class =" settings-item" >
3- <label class =" setting-header" > {{ t('dashboard.message') }} </label >
4- <p class =" description" >{{ t('timeChartDescription.message') }}</p >
5- </div >
6- <div class =" chart chartByHours" >
7- <TimeIntervalChart />
8- </div >
9- <div class =" chart mt-20" >
10- <TabList :type =" TypeOfList.Dashboard" :showAllStats =" false" />
2+ <div class =" main" >
3+ <div class =" settings-item" >
4+ <label class =" setting-header" > {{ t('dashboard.message') }} </label >
5+ <p class =" description" >{{ t('timeChartDescription.message') }}</p >
6+ </div >
7+ <div class =" chart chartByHours" >
8+ <TimeIntervalChart />
9+ </div >
10+ <div class =" chart mt-20" >
11+ <TabList :type =" TypeOfList.Dashboard" :showAllStats =" false" />
12+ </div >
1113 </div >
1214</template >
1315
@@ -27,6 +29,10 @@ const { t } = useI18n();
2729 </script >
2830
2931<style scoped>
32+ .main {
33+ width : 80% ;
34+ margin : auto ;
35+ }
3036.chart {
3137 margin : 20px ;
3238 width : 80% ;
You can’t perform that action at this time.
0 commit comments