.engine-datapool-view-group {
  &:after {
    content: '数据源面板升级中，敬请期待';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0.9;
    padding: 16px;
  }
}
.ve-code-fullscreen-trigger > svg {
  fill: #333;
}

.cn-tree-select-setter-pupup {
  max-width: 340px;
}
.cn-param-select-setter-popup {
  max-width: 340px;
}

//选择服务弹窗样式定制
.l2-cn-select-sc-dialog {
  .cn-sc-setter-config-wrap {
    flex-wrap: wrap;
    .cn-service-choice-setter-extra-config-wrap {
      flex: 0 0 100% !important;
      margin-left: 0 !important;
      width: initial !important;
      .cn-service-choice-setter-extra-config {
        .lc-setter-object .lc-inline-field {
          flex: 0 0 50%;
          width: 50%;
        }
      }
    }
  }
}
