Commit 09238138 authored by neogcg's avatar neogcg

导航栏高度

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