a
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<el-card class="cardSBJK">
|
||||
<el-card class="cardSBJK" style="overflow-y:hidden">
|
||||
<div class="process">
|
||||
<el-tooltip :enterable="false" :id="OPNAME137" placement="top" @mouseover.native.prevent="changeActive($event)">
|
||||
<div slot="content">{{ tooltip1 }}<br>{{ tooltip2 }}<br>{{ tooltip3 }}<br>单击查看MES系统</div>
|
||||
@@ -84,7 +84,7 @@
|
||||
</el-tooltip>
|
||||
<el-tooltip :enterable="false" :id="OPNAME136" placement="top" @mouseover.native.prevent="changeActive($event)">
|
||||
<div slot="content">{{ tooltip1 }}<br>{{ tooltip2 }}<br>{{ tooltip3 }}<br>单击查看MES系统</div>
|
||||
<div :id="OPNAME136" :title="tooltip" style="position: relative;left:199px;top:395px; width: 100px;height: 28px;" @click="opclickshowPanel($event)">
|
||||
<div :id="OPNAME136" :title="tooltip" style="position: relative;left:159px;top:395px; width: 100px;height: 28px;" @click="opclickshowPanel($event)">
|
||||
<el-row>
|
||||
<!--<div :id="OPNAME136+fang" class="fang"/>-->
|
||||
<div :id="OPNAME136+circle" class="circle" style="margin-left: 11px;"/>
|
||||
@@ -578,31 +578,50 @@
|
||||
<!-- <span style="margin-left: 5px">电流计故障</span>-->
|
||||
<!-- </div>-->
|
||||
<!-- </el-card>-->
|
||||
|
||||
<div style="position: relative;margin-top: -610px;margin-left: 490px;;width: 120px;height: 600px;background-color: transparent;overflow-y:hidden">
|
||||
<div style="">
|
||||
<el-table :highlight-current-row="false" :stripe="false" :show-header="false" :data="tableData1" style="width: 433px; text-align: center" size="mini">
|
||||
<el-table-column label="总装机床" align="center" width="120" show-overflow-tooltip>
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.机床图号 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
</div>
|
||||
</div>
|
||||
<div style="position: relative;margin-top: -600px;margin-left: 617px;width: 154px;height: 600px;background-color: transparent;overflow-y:hidden">
|
||||
<div style="">
|
||||
<el-table :highlight-current-row="false" :stripe="false" :show-header="false" :data="tableData2" max-height="365" style="width: 148px;text-align: center" size="mini">
|
||||
<el-table-column label="总装机床" align="left" width="148" show-overflow-tooltip>
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.机床图号 }} {{ scope.row.任务名称 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- <el-table-column label="任务名称" align="left" width="70" show-overflow-tooltip>-->
|
||||
<!-- <template slot-scope="scope">-->
|
||||
<!-- {{ scope.row.任务名称 }}-->
|
||||
<!-- </template>-->
|
||||
<!-- </el-table-column>-->
|
||||
</el-table>
|
||||
</div>
|
||||
</div>
|
||||
</el-card>
|
||||
<div style="position: absolute;margin-top: -610px;margin-left: 490px;height: 350px;width: 124px;background-color: transparent">
|
||||
<el-table :highlight-current-row="false" :stripe="false" :show-header="false" :data="tableData1" style="width: 433px; text-align: center" size="mini">
|
||||
<el-table-column label="总装机床" align="center" width="120" show-overflow-tooltip>
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.机床图号 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
</div>
|
||||
<div style="position: absolute;margin-top: -610px;margin-left: 625px;background-color: transparent">
|
||||
<el-table :highlight-current-row="false" :stripe="false" :show-header="false" :data="tableData2" max-height="365" style="width: 156px;text-align: center" size="mini">
|
||||
<el-table-column label="总装机床" align="left" width="150" show-overflow-tooltip>
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.机床图号 }} {{ scope.row.任务名称 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- <el-table-column label="任务名称" align="left" width="70" show-overflow-tooltip>-->
|
||||
<!-- <template slot-scope="scope">-->
|
||||
<!-- {{ scope.row.任务名称 }}-->
|
||||
<!-- </template>-->
|
||||
<!-- </el-table-column>-->
|
||||
</el-table>
|
||||
</div>
|
||||
|
||||
<!-- <div style="position: absolute;margin-top: -610px;margin-left: 490px;;width: 1200px;height: auto;background-color: transparent">-->
|
||||
<!-- <div>-->
|
||||
<!-- <el-table :highlight-current-row="false" :stripe="false" :show-header="false" :data="tableData1" style="width: 433px; text-align: center" size="mini">-->
|
||||
<!-- <el-table-column label="总装机床" align="center" width="120" show-overflow-tooltip>-->
|
||||
<!-- <template slot-scope="scope">-->
|
||||
<!-- {{ scope.row.机床图号 }}-->
|
||||
<!-- </template>-->
|
||||
<!-- </el-table-column>-->
|
||||
<!-- </el-table>-->
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
|
||||
</div>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -994,10 +1013,84 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
>>>.el-table th, .el-table tr {
|
||||
/* background-color: #FFF; */
|
||||
}
|
||||
/* 滚动条 */
|
||||
>>>.el-table__body-wrapper::-webkit-scrollbar-thumb {
|
||||
background: rgb(42,118,206);
|
||||
width: 1px;
|
||||
border: none;
|
||||
border-radius:4px;
|
||||
}
|
||||
>>>.el-table__body-wrapper::-webkit-scrollbar {
|
||||
color: rgb(42,118,206);
|
||||
width: 4px;
|
||||
}
|
||||
/* 滚动条 */
|
||||
>>>.el-table td, .el-table th.is-leaf {
|
||||
border: 0px solid #EBEEF5;
|
||||
}
|
||||
>>>.el-table--border,.el-table--group {
|
||||
border: 0px solid #EBEEF5;
|
||||
}
|
||||
>>>.el-table::before {
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
/* height: 1px; */
|
||||
}
|
||||
>>>.el-table tbody tr:hover>td {
|
||||
background-color:transparent
|
||||
}
|
||||
>>>.el-table--enable-row-hover >>> .el-table__body tr:hover > td {
|
||||
background: transparent !important;
|
||||
}
|
||||
>>>.el-table{
|
||||
/* 表格字体颜色 */
|
||||
color:black;
|
||||
/* 表格边框颜色 */
|
||||
/* border: 0.5px solid #758a99; */
|
||||
height: 500px;
|
||||
background: transparent !important;
|
||||
}
|
||||
/* 表格内背景颜色 */
|
||||
>>>.el-table th,.el-table tr,.el-table td {
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
/* 双数行背景颜色 */
|
||||
>>>.el-table--striped .el-table__body tr.el-table__row--striped td {
|
||||
|
||||
background-color: transparent;
|
||||
background-color: rgba(148, 144, 144, 0.3)
|
||||
}
|
||||
/* 使表格背景透明 */
|
||||
>>>.el-table th, .el-table tr {
|
||||
background-color: transparent;
|
||||
}
|
||||
/* 删除表格下横线 */
|
||||
.el-table::before {
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 0px;
|
||||
}
|
||||
/* 表格表头字体颜色 */
|
||||
.el-table thead {
|
||||
color: white;
|
||||
font-weight: 500;
|
||||
background-color: rgba(148, 144, 144, 0.3)
|
||||
}
|
||||
.el-table--enable-row-hover .el-table__body tr:hover>td{
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.cardSBJK{
|
||||
overflow: auto;
|
||||
}
|
||||
.process{
|
||||
position: relative;
|
||||
text-align: center;
|
||||
margin-left: 0px;
|
||||
margin-top: 0px;
|
||||
@@ -1077,71 +1170,71 @@ export default {
|
||||
background-color:#FFBB00 ;
|
||||
}
|
||||
</style>
|
||||
<style lang="scss">
|
||||
/* 滚动条 */
|
||||
.el-table__body-wrapper::-webkit-scrollbar-thumb {
|
||||
background: rgb(42,118,206);
|
||||
width: 1px;
|
||||
border: none;
|
||||
border-radius:4px;
|
||||
}
|
||||
.el-table__body-wrapper::-webkit-scrollbar {
|
||||
color: rgb(42,118,206);
|
||||
width: 4px;
|
||||
}
|
||||
/* 滚动条 */
|
||||
.el-table td, .el-table th.is-leaf {
|
||||
border: 0px solid #EBEEF5;
|
||||
}
|
||||
.el-table--border, .el-table--group {
|
||||
border: 0px solid #EBEEF5;
|
||||
}
|
||||
.el-table::before {
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
/* height: 1px; */
|
||||
}
|
||||
.el-table tbody tr:hover>td {
|
||||
background-color:transparent!important
|
||||
}
|
||||
.el-table{
|
||||
/* 表格字体颜色 */
|
||||
color:black;
|
||||
/* 表格边框颜色 */
|
||||
/* border: 0.5px solid #758a99; */
|
||||
height: 500px;
|
||||
background: transparent;
|
||||
}
|
||||
/* 表格内背景颜色 */
|
||||
.el-table th, .el-table tr,.el-table td{
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
/* 双数行背景颜色 */
|
||||
.el-table--striped .el-table__body tr.el-table__row--striped td {
|
||||
<!--<style lang="scss">-->
|
||||
<!-- /* 滚动条 */-->
|
||||
<!-- .el-table__body-wrapper::-webkit-scrollbar-thumb {-->
|
||||
<!-- background: rgb(42,118,206);-->
|
||||
<!-- width: 1px;-->
|
||||
<!-- border: none;-->
|
||||
<!-- border-radius:4px;-->
|
||||
<!-- }-->
|
||||
<!-- .el-table__body-wrapper::-webkit-scrollbar {-->
|
||||
<!-- color: rgb(42,118,206);-->
|
||||
<!-- width: 4px;-->
|
||||
<!-- }-->
|
||||
<!-- /* 滚动条 */-->
|
||||
<!-- .el-table td, .el-table th.is-leaf {-->
|
||||
<!-- border: 0px solid #EBEEF5;-->
|
||||
<!-- }-->
|
||||
<!-- .el-table--border, .el-table--group {-->
|
||||
<!-- border: 0px solid #EBEEF5;-->
|
||||
<!-- }-->
|
||||
<!-- .el-table::before {-->
|
||||
<!-- left: 0;-->
|
||||
<!-- bottom: 0;-->
|
||||
<!-- width: 100%;-->
|
||||
<!-- /* height: 1px; */-->
|
||||
<!-- }-->
|
||||
<!-- .el-table tbody tr:hover>td {-->
|
||||
<!-- background-color:transparent!important-->
|
||||
<!-- }-->
|
||||
<!-- .el-table{-->
|
||||
<!-- /* 表格字体颜色 */-->
|
||||
<!-- color:black;-->
|
||||
<!-- /* 表格边框颜色 */-->
|
||||
<!-- /* border: 0.5px solid #758a99; */-->
|
||||
<!-- height: 500px;-->
|
||||
<!-- background: transparent;-->
|
||||
<!-- }-->
|
||||
<!-- /* 表格内背景颜色 */-->
|
||||
<!-- .el-table th, .el-table tr,.el-table td{-->
|
||||
<!-- border: 0;-->
|
||||
<!-- background-color: transparent;-->
|
||||
<!-- }-->
|
||||
<!-- /* 双数行背景颜色 */-->
|
||||
<!-- .el-table--striped .el-table__body tr.el-table__row--striped td {-->
|
||||
|
||||
background-color: transparent;
|
||||
background-color: rgba(148, 144, 144, 0.3)
|
||||
}
|
||||
/* 使表格背景透明 */
|
||||
.el-table th, .el-table tr {
|
||||
background-color: transparent;
|
||||
}
|
||||
/* 删除表格下横线 */
|
||||
.el-table::before {
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 0px;
|
||||
}
|
||||
/* 表格表头字体颜色 */
|
||||
.el-table thead {
|
||||
color: white;
|
||||
font-weight: 500;
|
||||
background-color: rgba(148, 144, 144, 0.3)
|
||||
}
|
||||
.el-table--enable-row-hover .el-table__body tr:hover>td{
|
||||
background-color: transparent !important;
|
||||
}
|
||||
</style>
|
||||
<!-- background-color: transparent;-->
|
||||
<!-- background-color: rgba(148, 144, 144, 0.3)-->
|
||||
<!-- }-->
|
||||
<!-- /* 使表格背景透明 */-->
|
||||
<!-- .el-table th, .el-table tr {-->
|
||||
<!-- background-color: transparent;-->
|
||||
<!-- }-->
|
||||
<!-- /* 删除表格下横线 */-->
|
||||
<!-- .el-table::before {-->
|
||||
<!-- left: 0;-->
|
||||
<!-- bottom: 0;-->
|
||||
<!-- width: 100%;-->
|
||||
<!-- height: 0px;-->
|
||||
<!-- }-->
|
||||
<!-- /* 表格表头字体颜色 */-->
|
||||
<!-- .el-table thead {-->
|
||||
<!-- color: white;-->
|
||||
<!-- font-weight: 500;-->
|
||||
<!-- background-color: rgba(148, 144, 144, 0.3)-->
|
||||
<!-- }-->
|
||||
<!-- .el-table--enable-row-hover .el-table__body tr:hover>td{-->
|
||||
<!-- background-color: transparent !important;-->
|
||||
<!-- }-->
|
||||
<!--</style>-->
|
||||
|
||||
Reference in New Issue
Block a user