实时监控
parent
cab78ab6bd
commit
485909d77d
@ -0,0 +1,35 @@
|
||||
//表格样式
|
||||
.el-table {
|
||||
td.el-table__cell,
|
||||
th.el-table__cell.is-leaf {
|
||||
border-bottom: 1px solid #ebeef5;
|
||||
}
|
||||
.el-table__header-wrapper,
|
||||
.el-table__fixed-header-wrapper {
|
||||
border-top: 1px solid #ebeef5;
|
||||
}
|
||||
th.el-table__cell {
|
||||
background: #f8f8f8 !important;
|
||||
}
|
||||
.el-button--text {
|
||||
padding: 0px;
|
||||
}
|
||||
.el-button + .el-button,
|
||||
.el-checkbox.is-bordered + .el-checkbox.is-bordered {
|
||||
margin-left: 16px;
|
||||
}
|
||||
.deleteText {
|
||||
color: #f56c6c;
|
||||
}
|
||||
}
|
||||
.el-table::before,
|
||||
.el-table__fixed-right::before,
|
||||
.el-table__fixed::before {
|
||||
height: 0px !important;
|
||||
}
|
||||
//分页
|
||||
.pageNation {
|
||||
margin-top: 8px;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
@ -0,0 +1,21 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id */
|
||||
src: url('iconfont.ttf?t=1681806954677') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-dianli:before {
|
||||
content: "\e649";
|
||||
}
|
||||
|
||||
.icon-dianlihangye:before {
|
||||
content: "\e791";
|
||||
}
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue