|
@@ -402,7 +402,7 @@
|
|
|
background: #E7EEF4;
|
|
|
border-radius: 10px;
|
|
|
padding: 12px;
|
|
|
- height: calc(100% - 400px);
|
|
|
+ height: calc(100% - 360px);
|
|
|
margin-bottom: 16px;
|
|
|
.hc-csc-associated-row {
|
|
|
position: relative;
|
|
@@ -435,10 +435,10 @@
|
|
|
}
|
|
|
.hc-csc-action-box {
|
|
|
position: relative;
|
|
|
- background: white;
|
|
|
+ // background:var(--el-drawer-bg-color);
|
|
|
border-radius: 10px;
|
|
|
padding: 12px;
|
|
|
- height: 70px;
|
|
|
+ // height: 70px;
|
|
|
.header-box {
|
|
|
position: relative;
|
|
|
display: flex;
|
|
@@ -656,6 +656,8 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.hc-csc-action-box .btn-box {
|
|
@@ -712,3 +714,6 @@
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
}
|
|
|
+.el-overlay .el-drawer.hc-new-drawer-box .el-drawer__body{
|
|
|
+ display: flex;
|
|
|
+}
|