Commit a066d392 authored by 康振飞's avatar 康振飞

header优化

parent 23829d1f
......@@ -282,9 +282,7 @@ export default {
};
</script>
<style lang="less">
.i-layout-header-trigger:hover {
background: #343b4a!important;
}
.product-layout {
.ivu-layout-header {
height: 50px;
......@@ -431,6 +429,10 @@ export default {
color: white;
height: 50px;
line-height: 50px;
// background: #343b4a!important;
}
.i-layout-header-trigger:hover {
background: #343b4a;
}
.ivu-tooltip {
color: white;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment