@@ -416,7 +416,6 @@
position: relative;
display: flex;
flex-direction: column;
- background-color: #fff;
.el-dialog__body {
max-height: 600px;
overflow-y: auto;
@@ -425,12 +424,14 @@
padding-left: 10px;
}
.saga-title {
- height: 40px;
- background-color: #d7d7d7;
+ height: 54px;
+ background-color: #fff;
font-size: 14px;
- line-height: 40px;
+ line-height: 54px;
width: 100%;
+ margin-bottom:10px;
+ border: 1px solid #dfe6ec;
.saga-build-mess {
position: absolute;
left: 10px;
@@ -490,6 +491,7 @@
bottom: 0;
overflow: hidden;
+ background: #fff;
</style>