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