@@ -30,6 +30,7 @@
import { mapGetters } from 'vuex';
import Levelbar from './Levelbar';
import Hamburger from 'components/Hamburger';
+ import Screenfull from 'components/Screenfull';
import ErrorLog from 'components/ErrLog';
import errLogStore from 'store/errLog';
@@ -37,7 +38,8 @@
components: {
Levelbar,
Hamburger,
- ErrorLog
+ ErrorLog,
+ Screenfull
},
data() {
return {
@@ -80,6 +82,12 @@
position: absolute;
right: 150px;
}
+ .screenfull{
+ position: absolute;
+ right: 90px;
+ top: 16px;
+ color: red;
+ }
.avatar-container {
height: 50px;
display: inline-block;