123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- <template>
- <div class="table-wrapper">
- <div class="table-box">
- <!-- <div class="title"-->
- <!-- style="font-family: AliMaMa;font-size: 30px;font-weight: 1000;text-align: left;height: 40px">-->
- <!-- <span style="position: absolute;top:-3px;left: 70px">普通负荷</span>-->
- <!-- </div>-->
- <el-table
- :cell-style="{border:0,color:'#fff'}"
- :data="tableData"
- :header-cell-style="{color:'#fff'}"
- :row-style="{backgroundColor:'rgb(4,66,115,0.3)'}"
- size="mini"
- style="background: none"
- >
- <el-table-column align="center" label="断面名称" prop="name" width="100px"></el-table-column>
- <el-table-column align="center" label="状态" prop="state">
- <template slot-scope="scope">
- <img src="../../../assets/images/r-green.png" height="16px">
- </template>
- </el-table-column>
- <el-table-column align="center" label="有功" prop="ap"></el-table-column>
- <el-table-column align="center" label="负限" prop="lower"></el-table-column>
- <el-table-column align="center" label="正限" prop="upper"></el-table-column>
- <el-table-column align="center" label="区间" prop="range">
- <template slot-scope="scope">
- <div style="color:#92fc53">正常</div>
- </template>
- </el-table-column>
- </el-table>
- </div>
- </div>
- </template>
- <script>
- export default {
- data() {
- return {
- form: {
- taskNumber: '',
- date: '',
- current: 1,
- size: 10
- },
- tableData: []
- }
- },
- methods: {},
- mounted() {
- this.tableData = [
- {
- "name": "汗海-庆云断面",
- "state": "1",
- "ap": "500",
- "lower": "450",
- "upper": "550",
- "range": "1"
- },
- {
- "name": "汗海-庆云断面",
- "state": "1",
- "ap": "500",
- "lower": "450",
- "upper": "550",
- "range": "1"
- },
- {
- "name": "汗海-庆云断面",
- "state": "1",
- "ap": "500",
- "lower": "450",
- "upper": "550",
- "range": "1"
- },
- {
- "name": "汗海-庆云断面",
- "state": "1",
- "ap": "500",
- "lower": "450",
- "upper": "550",
- "range": "1"
- },
- {
- "name": "汗海-庆云断面",
- "state": "1",
- "ap": "500",
- "lower": "450",
- "upper": "550",
- "range": "1"
- },
- ]
- }
- }
- </script>
- <style lang="less" scoped>
- .circle {
- width: 50px;
- height: 50px;
- border-radius: 50%;
- background-color: #4ded68;
- }
- @font-face {
- font-family: AliMaMa;//自定义字体名称
- src: url("../../Articles/font/AlimamaDaoLiTi.ttf")
- }
- .table-wrapper {
- //width: 1483px;
- //padding-left: 20px;
- .table-box {
- //min-height: 600px;
- margin-left: 6%;
- margin-top: 5%;
- width: 550px;
- background-size: cover;
- }
- /deep/ .el-form-item__label {
- color: #fff;
- //font-size: 17px;
- }
- /deep/ .el-input__inner {
- background-color: rgba(14, 73, 131);
- border: 1px solid rgb(64, 153, 255);
- //height: 34px;
- //font-size: 17px;
- }
- /deep/ .el-table__header {
- background: url(../../Articles/img/bg1.png);
- }
- ///deep/ .el-table th.el-table__cell.is-leaf {
- // border-bottom: none;
- //}
- /deep/ .el-table--enable-row-hover .el-table__body tr:hover > td {
- background-color: rgb(103, 118, 49) !important
- }
- /deep/ .el-col {
- padding: 0;
- display: inline-block;
- position: relative;
- }
- /deep/ .el-col:nth-child(1) {
- width: 19%;
- }
- /deep/ .el-col:nth-child(2) {
- width: 22%;
- }
- /deep/ .el-col:nth-child(3) {
- width: 19%;
- }
- /deep/ .el-col:nth-child(4) {
- width: 19%;
- }
- /deep/ .el-col:nth-child(5) {
- width: 15%;
- }
- /deep/ .el-input__inner:nth-child(1) {
- //width: 176px;
- }
- /deep/ .el-input__inner:nth-child(2) {
- //width: 176px;
- }
- /deep/ .el-input__inner:nth-child(2) {
- //width: 126px;
- }
- /deep/ .el-input__inner:nth-child(2) {
- //width: 175px;
- }
- /deep/ .el-icon-arrow-up {
- transform: rotateZ(0deg);
- }
- /deep/ .el-icon-arrow-up:before {
- content: url(../../Articles/img/xiala2.png);
- }
- /deep/ .el-input__prefix {
- right: -60px;
- padding-top: 3px;
- }
- /deep/ .el-icon-date:before {
- content: url(../../Articles/img/riqi.png);
- }
- /deep/ .el-table__header tr {
- background: url(../../Articles/img/bg1.png);
- //height: 49px;
- }
- /deep/ .el-table th.el-table__cell {
- background: none;
- }
- /deep/ .el-table__body {
- //-webkit-border-vertical-spacing: 13px; // 垂直间距
- }
- /deep/ .el-form-item__content {
- text-align: left;
- }
- /deep/ .el-table, .el-table__expanded-cell {
- background-color: rgb(1, 40, 81);
- }
- }
- </style>
|