|
@@ -2,13 +2,12 @@
|
|
<div class="table-wrapper">
|
|
<div class="table-wrapper">
|
|
<div class="table-box">
|
|
<div class="table-box">
|
|
<el-table
|
|
<el-table
|
|
- :cell-style="{border:0,color:'#fff'}"
|
|
|
|
|
|
+ :cell-style="{border:0,color:'#fff',background:'none'}"
|
|
:data="tableData"
|
|
:data="tableData"
|
|
:header-cell-style="{color:'#fff'}"
|
|
:header-cell-style="{color:'#fff'}"
|
|
- :row-style="{backgroundColor:'rgb(4,66,115,0.3)'}"
|
|
|
|
|
|
+ :row-style="{background:'none'}"
|
|
size="mini"
|
|
size="mini"
|
|
- style="background: url(../Articles/img/组2460.png) -2px 8px no-repeat;
|
|
|
|
- background-position-x: 30%;font-size: 15px"
|
|
|
|
|
|
+ style="font-size: 15px"
|
|
>
|
|
>
|
|
<el-table-column align="center" label="断面名称" prop="name" width="180px"></el-table-column>
|
|
<el-table-column align="center" label="断面名称" prop="name" width="180px"></el-table-column>
|
|
<el-table-column align="center" label="状态" prop="state">
|
|
<el-table-column align="center" label="状态" prop="state">
|
|
@@ -129,11 +128,12 @@ export default {
|
|
src: url("../Articles/font/AlimamaDaoLiTi.ttf")
|
|
src: url("../Articles/font/AlimamaDaoLiTi.ttf")
|
|
}
|
|
}
|
|
|
|
|
|
-/deep/ .el-table {
|
|
|
|
- background: url(../Articles/img/组2460.png) -2px 8px no-repeat;
|
|
|
|
- background-position-x: 30%;
|
|
|
|
|
|
+
|
|
|
|
+/deep/ .el-table tr {
|
|
|
|
+ background: none;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
.table-wrapper {
|
|
.table-wrapper {
|
|
width: 90%;
|
|
width: 90%;
|
|
|
|
|
|
@@ -228,9 +228,11 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
- /deep/ .el-table__header tr {
|
|
|
|
- background: url(../Articles/img/组2460.png) -2px 8px no-repeat;
|
|
|
|
|
|
+ /deep/ .el-table {
|
|
|
|
+ background: url(../Articles/img/组2460.png) no-repeat;
|
|
background-position-x: 30%;
|
|
background-position-x: 30%;
|
|
|
|
+ background-position-y: 30%;
|
|
|
|
+ background-size: 100% 100%;
|
|
//height: 49px;
|
|
//height: 49px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -245,6 +247,12 @@ export default {
|
|
|
|
|
|
/deep/ .el-table th.el-table__cell {
|
|
/deep/ .el-table th.el-table__cell {
|
|
background: none;
|
|
background: none;
|
|
|
|
+ border: 0px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /deep/ .el-table tr.el-table__cell {
|
|
|
|
+ background: none;
|
|
|
|
+ border: 0px;
|
|
}
|
|
}
|
|
|
|
|
|
/deep/ .el-table__body {
|
|
/deep/ .el-table__body {
|