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

header优化

parent 23829d1f
...@@ -282,9 +282,7 @@ export default { ...@@ -282,9 +282,7 @@ export default {
}; };
</script> </script>
<style lang="less"> <style lang="less">
.i-layout-header-trigger:hover {
background: #343b4a!important;
}
.product-layout { .product-layout {
.ivu-layout-header { .ivu-layout-header {
height: 50px; height: 50px;
...@@ -431,6 +429,10 @@ export default { ...@@ -431,6 +429,10 @@ export default {
color: white; color: white;
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
// background: #343b4a!important;
}
.i-layout-header-trigger:hover {
background: #343b4a;
} }
.ivu-tooltip { .ivu-tooltip {
color: white; 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