File tree Expand file tree Collapse file tree 3 files changed +20
-25
lines changed Expand file tree Collapse file tree 3 files changed +20
-25
lines changed Original file line number Diff line number Diff line change @@ -207,4 +207,5 @@ export default {
207207 padding : 0 6px ;
208208 border-top : 1px solid #dcdcdc ;
209209}
210+
210211 </style >
Original file line number Diff line number Diff line change @@ -231,12 +231,6 @@ export default {
231231<style lang="scss">
232232$headerHigh : 52px ;
233233$mainHight : 100vh ;
234- .el-dropdown-link {
235- cursor : pointer ;
236- }
237- .search-icon {
238- font-size : 20px ;margin-right :14px ; display : inline-block ;vertical-align : middle ;box-sizing :border-box ;color :#606266
239- }
240234.dropdown-group {
241235 min-width : 100px ;
242236}
@@ -371,10 +365,7 @@ $mainHight: 100vh;
371365 vertical-align : middle ;
372366 }
373367}
374- .el-input__inner {
375- border : none ;
376- border-bottom : 1px solid #606266 ;
377- }
368+
378369.screenfull {
379370 display : inline-block ;
380371}
Original file line number Diff line number Diff line change @@ -51,20 +51,23 @@ export default {
5151<style lang="scss">
5252.search-component {
5353 display : inline-block ;
54- }
55-
56- .el-dropdown-link {
57- cursor : pointer ;
58- }
59- .search-icon {
60- font-size : 20px ;
61- margin-right : 14px ;
62- display : inline-block ;
63- vertical-align : middle ;
64- box-sizing : border-box ;
65- color : #606266 ;
66- }
67- .dropdown-group {
68- min-width : 100px ;
54+ .el-input__inner {
55+ border : none ;
56+ border-bottom : 1px solid #606266 ;
57+ }
58+ .el-dropdown-link {
59+ cursor : pointer ;
60+ }
61+ .search-icon {
62+ font-size : 20px ;
63+ margin-right : 14px ;
64+ display : inline-block ;
65+ vertical-align : middle ;
66+ box-sizing : border-box ;
67+ color : #606266 ;
68+ }
69+ .dropdown-group {
70+ min-width : 100px ;
71+ }
6972}
7073 </style >
You can’t perform that action at this time.
0 commit comments