Commit 045b1bc4 by 展昭

dom2

parent d8f458f3
......@@ -9,7 +9,7 @@ const setBarHeight = {
// }
// const dom2 = document.getElementsByClassName("container")[0];
// if (dom) {
// if (dom2) {
// dom2.setAttribute("style", "padding-top:" + conHeight + "px !important");
// }
}
......
......@@ -123,12 +123,13 @@ export default {
}
const dom2 = document.getElementsByClassName("container")[0];
// if (dom) {
// dom2.setAttribute(
// "style",
// "padding-top:" + conHeight + "px !important"
// );
// }
console.log("dom2=", dom2);
if (dom2) {
dom2.setAttribute(
"style",
"padding-top:" + conHeight + "px !important"
);
}
},
navLeftArrowClick() {
this.$router.go(-1);
......
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