|
@@ -42,14 +42,6 @@ export default {
|
|
|
}, 1000)
|
|
|
},
|
|
|
methods: {
|
|
|
- activatedReload() {
|
|
|
- window.addEventListener('resize', this.resizeChange)
|
|
|
- let timer = setTimeout(() => {
|
|
|
- this.clearFixedStyle()
|
|
|
- this.initFixedHeader()
|
|
|
- }, 300)
|
|
|
- this.timerList.push(timer)
|
|
|
- },
|
|
|
reset() {
|
|
|
this.clearFixedStyle()
|
|
|
},
|
|
@@ -255,11 +247,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- computed: {
|
|
|
- __opened() {
|
|
|
- return this.$store.state.app.sidebar.opened
|
|
|
- }
|
|
|
- },
|
|
|
+
|
|
|
watch: {
|
|
|
__opened() {
|
|
|
this.$nextTick(() => {
|