@@ -635,6 +634,7 @@ defineExpose({
line-height: 40px;
font-size: 12px;
color: #3d4d66;
+ border-bottom: 1px solid #e6e6e6;
.head-text {
margin-left: 16px;
font-weight: 500;
@@ -696,6 +696,7 @@ defineExpose({
height: 100%;
width: 100%;
overflow-y: auto;
+ background: none;
}
.custom-tree-node {
@@ -908,4 +909,27 @@ defineExpose({
height: 14px;
background: rgba(31, 35, 41, 0.15);
}
+
+.preview-left {
+ background: rgba(245, 246, 247, 1);
+ height: 100%;
+ overflow-y: hidden;
+}
+
+.view-item {
+ display: flex;
+ width: 50%;
+ line-height: 32px;
+}
+
+.ed-select-dropdown__header {
+ padding: 0 8px;
+ .params-select--header {
+ --ed-tabs-header-height: 32px;
+ .ed-tabs__item {
+ font-weight: 400;
+ font-size: 15px;
+ }
+ }
+}