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