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:
parent
206fedb198
commit
773c28089d
@ -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%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user