Merge pull request '邓洁 : 完善首页' (#64) from dj into master

Reviewed-on: http://git.feashow.cn/clay/tunnel-cloud-web/pulls/64
This commit is contained in:
odjbin
2023-12-09 10:08:52 +00:00
3 changed files with 14 additions and 10 deletions

View File

@@ -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",
}
],
});

View File

@@ -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;

View File

@@ -14,7 +14,7 @@
<script setup>
import { reactive } from "vue";
import gasInfoItem from "./childComps/gasInfoItem.vue";
import GasInfoItem from "./childComps/GasInfoItem.vue";
const gasInfo = reactive({
name: "一氧化硫", //气体名称
max: 100, //最大值