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 11<template >
2- <div style =" display :inline-block ;" >
2+ <div style =" display :inline-block ;" class = " topbar-menu-item " >
33 <Row type =" flex" justify =" start" align =" middle" >
44 <i :class =" currentLanguage.icon" style =" margin-right :5px " ></i >
55 <Dropdown trigger =" click" @on-click =" setLanguage" >
Original file line number Diff line number Diff line change 11<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 " >
33 <Tooltip :content =" value ? 'Exit full screen' : 'Full screen'" placement =" bottom" >
44 <Icon :type =" value ? 'arrow-shrink' : 'arrow-expand'" :size =" 23" ></Icon >
55 </Tooltip >
Original file line number Diff line number Diff line change 11<template >
2- <div @click =" lockScreen" class =" lock-screen-btn-con" >
2+ <div @click =" lockScreen" class =" lock-screen-btn-con topbar-menu-item " >
33 <Tooltip content =" Lock screen" placement =" bottom" >
44 <Icon type =" locked" :size =" 20" ></Icon >
55 </Tooltip >
Original file line number Diff line number Diff line change 11<template >
2- <div style =" display :inline-block ;padding :0 6px ;" >
2+ <div style =" display :inline-block ;padding :0 6px ;" class = " topbar-menu-item " >
33 <Dropdown trigger =" click" @on-click =" setTheme" >
44 <a href =" javascript:void(0)" >
55 <Icon :style =" {marginTop: '-2px', verticalAlign: 'middle'}" color =" #495060" :size =" 18" type =" paintbucket" ></Icon >
Original file line number Diff line number Diff line change 117117 padding : 10px ;
118118 overflow : hidden ;
119119 }
120+
120121 .header-avator-con {
121122 position : absolute ;
122123 right : 0 ;
123124 top : 0 ;
124125 height : 100% ;
125126 width : 340px ;
127+
126128 .switch-theme-con {
127129 display : inline-block ;
128130 width : 40px ;
230232 height : 39px ;
231233 }
232234 }
235+ }
236+
237+ .topbar-menu-item {
238+ display : inline-block ;
239+ padding : 22px 5px ;
233240}
You can’t perform that action at this time.
0 commit comments