styl:修复报告和检测 =》 安全事件 部分样式问题
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
&>div {
|
||||
flex: 0 0 50%;
|
||||
width: 1px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -38,6 +39,7 @@
|
||||
flex-wrap: nowrap;
|
||||
padding: 2px 10px 2px 0;
|
||||
font-size: 14px;
|
||||
word-break: break-all;
|
||||
|
||||
.row__label {
|
||||
padding-right: 20px;
|
||||
|
||||
@@ -49,11 +49,27 @@
|
||||
.el-table__row .el-table-column--selection .cell {
|
||||
padding: 0;
|
||||
}
|
||||
.el-table__body-wrapper {
|
||||
.el-table__expanded-cell {
|
||||
z-index: 100;
|
||||
}
|
||||
}
|
||||
.el-table__fixed,
|
||||
.el-table__fixed-right {
|
||||
.el-table__expanded-cell {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
.el-table__expanded-cell {
|
||||
.down {
|
||||
margin-left: 32px;
|
||||
height: 100%;
|
||||
width: 1256px;
|
||||
background: #fff; //盖住fixed产生的阴影
|
||||
::v-deep .is-leaf {
|
||||
color: #1b2e3b;
|
||||
background: #ebeef5;
|
||||
}
|
||||
.cn-detection__footer {
|
||||
text-align: center;
|
||||
.el-pagination__jump {
|
||||
@@ -92,7 +108,7 @@
|
||||
background: #F9F9F9;
|
||||
border-radius: 2px;
|
||||
width: 97px;
|
||||
height: 95px;
|
||||
height: 94px;
|
||||
position: relative;
|
||||
.demo-progress {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user