File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed
Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -52,16 +52,16 @@ export default {
5252
5353<style scoped>
5454.seg-tag {
55- display : inline-block ;
56- height : 32px ;
57- padding : 0 10px ;
58- line-height : 30px ;
59- font-size : 12px ;
60- font-weight : 500 ;
61- border-width : 1px ;
62- border-style : solid ;
63- box-sizing : border-box ;
64- white-space : nowrap ;
65- margin : 3px ;
55+ display : inline-block ;
56+ height : 32px ;
57+ padding : 0 10px ;
58+ line-height : 30px ;
59+ font-size : 12px ;
60+ font-weight : 500 ;
61+ border-width : 1px ;
62+ border-style : solid ;
63+ box-sizing : border-box ;
64+ white-space : nowrap ;
65+ margin : 3px ;
6666}
6767 </style >
Original file line number Diff line number Diff line change @@ -238,11 +238,13 @@ export default {
238238 border : 1px solid #e4e7ed ;
239239}
240240
241- #full-screen-button , #tag-button {
241+ #full-screen-button ,
242+ #tag-button {
242243 float : right ;
243244}
244245
245- #full-screen-button :hover , #tag-button :hover {
246+ #full-screen-button :hover ,
247+ #tag-button :hover {
246248 cursor : pointer ;
247249}
248250
You can’t perform that action at this time.
0 commit comments