提交 31bade5a 编写于 作者: Mr.奇淼('s avatar Mr.奇淼(

全局样式bug修复

上级 afef4f27
...@@ -207,4 +207,5 @@ export default { ...@@ -207,4 +207,5 @@ export default {
padding: 0 6px; padding: 0 6px;
border-top: 1px solid #dcdcdc; border-top: 1px solid #dcdcdc;
} }
</style> </style>
\ No newline at end of file
...@@ -231,12 +231,6 @@ export default { ...@@ -231,12 +231,6 @@ export default {
<style lang="scss"> <style lang="scss">
$headerHigh: 52px; $headerHigh: 52px;
$mainHight: 100vh; $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 { .dropdown-group {
min-width: 100px; min-width: 100px;
} }
...@@ -371,10 +365,7 @@ $mainHight: 100vh; ...@@ -371,10 +365,7 @@ $mainHight: 100vh;
vertical-align: middle; vertical-align: middle;
} }
} }
.el-input__inner {
border: none;
border-bottom: 1px solid #606266;
}
.screenfull { .screenfull {
display: inline-block; display: inline-block;
} }
......
...@@ -51,20 +51,23 @@ export default { ...@@ -51,20 +51,23 @@ export default {
<style lang="scss"> <style lang="scss">
.search-component { .search-component {
display: inline-block; display: inline-block;
} .el-input__inner {
border: none;
.el-dropdown-link { border-bottom: 1px solid #606266;
cursor: pointer; }
} .el-dropdown-link {
.search-icon { cursor: pointer;
font-size: 20px; }
margin-right: 14px; .search-icon {
display: inline-block; font-size: 20px;
vertical-align: middle; margin-right: 14px;
box-sizing: border-box; display: inline-block;
color: #606266; vertical-align: middle;
} box-sizing: border-box;
.dropdown-group { color: #606266;
min-width: 100px; }
.dropdown-group {
min-width: 100px;
}
} }
</style> </style>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册