Commit 0a3ac116 authored by wanghao's avatar wanghao

1 bigWindowOld 界面预警信息 表格跟之前的样式不一样问题调整。

parent 6b2f7cc4
......@@ -1434,6 +1434,26 @@ titletu2 {
margin-left: 360px;
color: white;
}
.right-bottom-data-left {
.el-table {
.el-table__header-wrapper,
.el-table__fixed-header-wrapper {
th {
word-break: break-word;
background-color: #213b52 !important;
color: rgba(123, 248, 244, 1);
height: 30px;
font-size: 13px;
padding: 0;
&.is-leaf {
border-bottom: none;
}
}
}
}
}
</style>
<style lang="scss" scoped>
::v-deep .el-dialog {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment