1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-13 23:20:12 +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) { if (this.isShowedTabsChildren) {
return 50 return 50
} }
return 100 return 110
}, },
getterWindow() { getterWindow() {
return this.$store.getters.getWindow(this.windowUuid) return this.$store.getters.getWindow(this.windowUuid)
@ -782,7 +782,7 @@ export default {
bottom: 5%; bottom: 5%;
} }
.open-left { .open-left {
width: 5%; width: 2%;
height: 97%; height: 97%;
position: absolute; position: absolute;
top: 2%; top: 2%;