We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d1bf0 commit a8c6e11Copy full SHA for a8c6e11
src/views/dashboard/admin/index.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div class="dashboard-editor-container">
3
- <github-corner style="position: absolute; top: 0px; border: 0; right: 0;" />
+ <github-corner class="github-corner" />
4
5
<panel-group @handleSetLineChartData="handleSetLineChartData" />
6
@@ -100,6 +100,15 @@ export default {
100
.dashboard-editor-container {
101
padding: 32px;
102
background-color: rgb(240, 242, 245);
103
+ position: relative;
104
+
105
+ .github-corner {
106
+ position: absolute;
107
+ top: 0px;
108
+ border: 0;
109
+ right: 0;
110
+ }
111
112
.chart-wrapper {
113
background: #fff;
114
padding: 16px 16px 0;
0 commit comments