Commit 91e678b4 by hank

fix nug

parent 29d448d1
...@@ -308,7 +308,7 @@ export default { ...@@ -308,7 +308,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.menu-container { .menu-container {
height: calc(100vh - 570px); // height: calc(100vh - 570px);
padding: 15px; padding: 15px;
position: static; position: static;
box-sizing: border-box; box-sizing: border-box;
......
...@@ -1338,7 +1338,7 @@ export default { ...@@ -1338,7 +1338,7 @@ export default {
padding: 10px 40px; padding: 10px 40px;
padding-bottom: 10px; padding-bottom: 10px;
display: flex; display: flex;
// z-index: 1; z-index: 1000;
justify-content: space-between; justify-content: space-between;
background: white; background: white;
box-sizing: border-box; box-sizing: border-box;
......
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 sign in to comment