diff --git a/src/App.vue b/src/App.vue index 58268a8..6e6fd1a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,17 +13,17 @@ onMounted(() => { resize: true, ignore: [ { - el: "#tunnel-box", //必填 - height: "100vh", //可选,需注明单位 - width: "100vw", //可选,需注明单位 + el: "#tunnel-box", + height: "100vh", + width: "100vw", }, { - el: "#login-box", //必填 - height: "100vh", //可选,需注明单位 - width: "100vw", //可选,需注明单位 + el: "#login-box", + height: "100vh", + width: "100vw", },{ - el: "#chat-box", //必填 - height: "100vh", //可选,需注明单位 - width: "100vw", //可选,需注明单位 + el: "#chat-box", + height: "100vh", + width: "100vw", } ], }); diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index e49f287..842a48a 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -117,6 +117,7 @@ html, body, #app, .el-container, .el-aside, .el-main { } .left-arrow { + cursor: pointer; position: absolute; top: 1095px; left: 900px; @@ -126,6 +127,7 @@ html, body, #app, .el-container, .el-aside, .el-main { } .shrink-left { + cursor: pointer; position: absolute; top: 1095px; left: 0; @@ -135,6 +137,7 @@ html, body, #app, .el-container, .el-aside, .el-main { } .right-arrow { + cursor: pointer; position: absolute; top: 1095px; right: 900px; @@ -144,6 +147,7 @@ html, body, #app, .el-container, .el-aside, .el-main { } .shrink-right { + cursor: pointer; position: absolute; top: 1095px; right: 0; diff --git a/src/components/content/badGasInfo/BadGasInfo.vue b/src/components/content/badGasInfo/BadGasInfo.vue index 071bbe0..2955d2d 100644 --- a/src/components/content/badGasInfo/BadGasInfo.vue +++ b/src/components/content/badGasInfo/BadGasInfo.vue @@ -14,7 +14,7 @@