This commit is contained in:
unknown 2023-12-14 10:17:57 +08:00
commit 2fb16cfb24
5 changed files with 42 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 KiB

BIN
src/assets/img/弹窗.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -37,21 +37,29 @@ export default {
</script> </script>
<style scoped lang="less"> <style scoped lang="less">
.tpt11 { .tpt11 {
width: 30%; width: 2593px;
height: 30%; height: 1179px;
background-color: #a4f325; background: url(../assets/img/弹窗.png);
position: fixed; position: fixed;
background-size: cover;
left: 50%; left: 50%;
top: 30%; top: 30%;
transform: translateX(-50%); transform: translateX(-50%);
padding: 120px;
box-sizing: border-box;
z-index: 200; z-index: 200;
.closeBtn { .closeBtn {
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
right: 10px; right: 60px;
top: 40px;
width: 54px; width: 54px;
height: 54px; height: 54px;
} }
img {
width: 100%;
height: 100%;
}
} }
.outside-element { .outside-element {
width: 100%; width: 100%;

View File

@ -410,8 +410,26 @@ export default {
date3: "19.19", date3: "19.19",
date4: "19.19", date4: "19.19",
}, },
{
date1: "生料收尘",
date2: "19.19",
date3: "19.19",
date4: "19.19",
},
{
date1: "生料收尘",
date2: "19.19",
date3: "19.19",
date4: "19.19",
},
{
date1: "生料收尘",
date2: "19.19",
date3: "19.19",
date4: "19.19",
},
], ],
url: require("../../assets/tpt/一线生料电力室.png"), url: require("../../assets/img/大的拓扑图.png"),
}; };
}, },
methods: { methods: {
@ -1019,6 +1037,16 @@ export default {
color: #56f671; color: #56f671;
} }
} }
//table
/deep/ .el-table__body-wrapper {
overflow-y: auto;
height: 300px;
}
//
/deep/ .el-table__body-wrapper::-webkit-scrollbar {
display: none;
}
/deep/.el-table tr { /deep/.el-table tr {
background: #16253b; background: #16253b;
color: #fff; color: #fff;

View File

@ -377,7 +377,6 @@ export default {
}); });
}, },
changeArr(name) { changeArr(name) {
// this.url = require("../../assets/tpt/.png");
// this.url = require(`../../assets/tpt/${name}.png`); // this.url = require(`../../assets/tpt/${name}.png`);
if (name == "总降电力室") { if (name == "总降电力室") {
this.url = require("../../assets/tpt/总降电力室.png"); this.url = require("../../assets/tpt/总降电力室.png");
@ -567,6 +566,7 @@ export default {
} }
.head { .head {
position: relative; position: relative;
img { img {
position: absolute; position: absolute;
} }