File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div style =" display :inline-block ;" >
2
+ <div style =" display :inline-block ;" class = " topbar-menu-item " >
3
3
<Row type =" flex" justify =" start" align =" middle" >
4
4
<i :class =" currentLanguage.icon" style =" margin-right :5px " ></i >
5
5
<Dropdown trigger =" click" @on-click =" setLanguage" >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div @click =" handleChange" v-if =" showFullScreenBtn" class =" full-screen-btn-con" >
2
+ <div @click =" handleChange" v-if =" showFullScreenBtn" class =" full-screen-btn-con topbar-menu-item " >
3
3
<Tooltip :content =" value ? 'Exit full screen' : 'Full screen'" placement =" bottom" >
4
4
<Icon :type =" value ? 'arrow-shrink' : 'arrow-expand'" :size =" 23" ></Icon >
5
5
</Tooltip >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div @click =" lockScreen" class =" lock-screen-btn-con" >
2
+ <div @click =" lockScreen" class =" lock-screen-btn-con topbar-menu-item " >
3
3
<Tooltip content =" Lock screen" placement =" bottom" >
4
4
<Icon type =" locked" :size =" 20" ></Icon >
5
5
</Tooltip >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div style =" display :inline-block ;padding :0 6px ;" >
2
+ <div style =" display :inline-block ;padding :0 6px ;" class = " topbar-menu-item " >
3
3
<Dropdown trigger =" click" @on-click =" setTheme" >
4
4
<a href =" javascript:void(0)" >
5
5
<Icon :style =" {marginTop: '-2px', verticalAlign: 'middle'}" color =" #495060" :size =" 18" type =" paintbucket" ></Icon >
Original file line number Diff line number Diff line change 117
117
padding : 10px ;
118
118
overflow : hidden ;
119
119
}
120
+
120
121
.header-avator-con {
121
122
position : absolute ;
122
123
right : 0 ;
123
124
top : 0 ;
124
125
height : 100% ;
125
126
width : 340px ;
127
+
126
128
.switch-theme-con {
127
129
display : inline-block ;
128
130
width : 40px ;
230
232
height : 39px ;
231
233
}
232
234
}
235
+ }
236
+
237
+ .topbar-menu-item {
238
+ display : inline-block ;
239
+ padding : 22px 5px ;
233
240
}
You can’t perform that action at this time.
0 commit comments