Commit 09238138 authored by neogcg's avatar neogcg

导航栏高度

parent c4679ea1
This diff is collapsed.
...@@ -81,8 +81,8 @@ export default { ...@@ -81,8 +81,8 @@ export default {
return {}; return {};
}, },
mounted() { mounted() {
console.log(this.$refs['subMenu']); // console.log(this.$refs['subMenu']);
console.log(document.getElementById('subid')); // console.log(document.getElementById('subid'));
}, },
methods: { methods: {
hasOneShowingChild(children = [], parent) { hasOneShowingChild(children = [], parent) {
......
...@@ -58,7 +58,7 @@ export default { ...@@ -58,7 +58,7 @@ export default {
.frame-menu { .frame-menu {
padding-left: 30px; padding-left: 30px;
border: none; border: none;
height: 100%; height: 55px;
// width: 100% !important; // width: 100% !important;
white-space: nowrap; white-space: nowrap;
&.el-menu--horizontal { &.el-menu--horizontal {
......
...@@ -156,6 +156,7 @@ export default { ...@@ -156,6 +156,7 @@ export default {
.value_handle { .value_handle {
color:red; color:red;
margin-right: 10px; margin-right: 10px;
min-width: 52px;
} }
.alarmbtn{ .alarmbtn{
......
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