File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,10 @@ export default {
45
45
mounted () {
46
46
this .insertToBody ()
47
47
},
48
+ beforeDestroy () {
49
+ const elx = this .$refs .rightPanel
50
+ elx .remove ()
51
+ },
48
52
methods: {
49
53
addEventClick () {
50
54
window .addEventListener (' click' , this .closeSidebar )
Original file line number Diff line number Diff line change @@ -91,4 +91,7 @@ export default {
91
91
.hideSidebar .fixed-header {
92
92
width : calc (100% - 54px )
93
93
}
94
+ .mobile .fixed-header {
95
+ width : 100% ;
96
+ }
94
97
</style >
Original file line number Diff line number Diff line change @@ -220,7 +220,6 @@ $cursor: #fff;
220
220
color : #454545 ;
221
221
}
222
222
}
223
-
224
223
</style >
225
224
226
225
<style rel="stylesheet/scss" lang="scss" scoped>
@@ -299,5 +298,11 @@ $light_gray:#eee;
299
298
right : 0 ;
300
299
bottom : 6px ;
301
300
}
301
+
302
+ @media only screen and (max-width : 470px ) {
303
+ .thirdparty-button {
304
+ display : none ;
305
+ }
306
+ }
302
307
}
303
308
</style >
You can’t perform that action at this time.
0 commit comments