Skip to content

Commit 5cb3d7b

Browse files
author
pixel
committed
全局样式bug修复
1 parent 7b52618 commit 5cb3d7b

File tree

3 files changed

+20
-25
lines changed

3 files changed

+20
-25
lines changed

web/src/view/layout/aside/historyComponent/history.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,4 +207,5 @@ export default {
207207
padding: 0 6px;
208208
border-top: 1px solid #dcdcdc;
209209
}
210+
210211
</style>

web/src/view/layout/index.vue

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff 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
}

web/src/view/layout/search/search.vue

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)