|
@@ -309,8 +309,11 @@ th {
|
|
}
|
|
}
|
|
|
|
|
|
.d_body .el-table .set-table-line{
|
|
.d_body .el-table .set-table-line{
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 24px;
|
|
|
|
|
|
+ min-height: 24px;
|
|
border-bottom: 1px solid #e6e6e6;
|
|
border-bottom: 1px solid #e6e6e6;
|
|
}
|
|
}
|
|
.d_body .el-table .set-table-line:last-child{
|
|
.d_body .el-table .set-table-line:last-child{
|