张同海 2 years ago
parent 3e67cbe575
commit c7be2de6ba

@ -17,19 +17,18 @@ export default {
reload: this.reload reload: this.reload
} }
}, },
data () { data() {
return { return {
locale: zhCN, locale: zhCN,
routerAlive: true routerAlive: true
} }
}, },
mounted () { mounted() {},
},
methods: { methods: {
reload () { reload() {
this.routerAlive = false this.routerAlive = false
this.$nextTick(function () { this.$nextTick(function() {
this.routerAlive = true this.routerAlive = true
}) })
} }
} }

@ -607,6 +607,11 @@ export default {
// background-color: #f5f9fe !important; // background-color: #f5f9fe !important;
position: relative; position: relative;
background: #fff !important; background: #fff !important;
.vxe-cell--sort {
position: absolute;
z-index: 3;
right: 0;
}
&::after { &::after {
content: ''; content: '';
position: absolute; position: absolute;

Loading…
Cancel
Save