全局样式bug修复

This commit is contained in:
pixel
2020-05-28 22:16:41 +08:00
parent 7b52618f53
commit 5cb3d7bc86
3 changed files with 20 additions and 25 deletions

View File

@@ -231,12 +231,6 @@ export default {
<style lang="scss">
$headerHigh: 52px;
$mainHight: 100vh;
.el-dropdown-link {
cursor: pointer;
}
.search-icon{
font-size: 20px;margin-right:14px; display: inline-block;vertical-align: middle;box-sizing:border-box;color:#606266
}
.dropdown-group {
min-width: 100px;
}
@@ -371,10 +365,7 @@ $mainHight: 100vh;
vertical-align: middle;
}
}
.el-input__inner {
border: none;
border-bottom: 1px solid #606266;
}
.screenfull {
display: inline-block;
}