1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 20:39:48 +08:00

solve problems of split panel styles (#392)

This commit is contained in:
elsiosanchez 2020-03-11 21:35:43 -04:00 committed by GitHub
parent 206fedb198
commit 773c28089d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -457,7 +457,7 @@ export default {
if (this.isShowedTabsChildren) {
return 50
}
return 100
return 110
},
getterWindow() {
return this.$store.getters.getWindow(this.windowUuid)
@ -782,7 +782,7 @@ export default {
bottom: 5%;
}
.open-left {
width: 5%;
width: 2%;
height: 97%;
position: absolute;
top: 2%;