.aggrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  line-height: 100%;
  width: 100%;

  p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .el-rate__icon {
    margin-right: 0;
  }
}

.aggrid-custom-tooltip {
  padding: 0 15px;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  background-color: #cdebf9;
}

.ag-header-cell-filtered {
  background-color: #1b6d85 !important;
  color: #fff !important;
}

.ag-header-cell-filtered span {
  color: #fff !important;
}

.ag-theme-quartz {
  --ag-grid-size: 6px;
  --ag-background-color: var(--jy-bg-container, #fff);
  --ag-foreground-color: var(--jy-text-regular, #344054);
  --ag-header-background-color: var(--jy-table-header-bg, #f8fbff);
  --ag-header-foreground-color: var(--jy-text-primary, #102033);
  --ag-border-color: var(--jy-table-border, #d7e2ef);
  --ag-row-border-color: var(--jy-border-lighter, #f0f4f9);
  --ag-odd-row-background-color: var(--jy-bg-container, #fff);
  --ag-row-hover-color: var(--jy-table-row-hover-bg, #f4f8ff);
  --ag-selected-row-background-color: var(--jy-color-primary-lighter, #f4f8ff);
  --ag-font-size: 13px;
  --ag-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  border: 1px solid var(--jy-table-border, #d7e2ef);
  border-radius: var(--jy-radius-lg, 8px);
  overflow: hidden;
}

.ag-theme-quartz .ag-header-cell,
.ag-theme-quartz .ag-header-group-cell {
  font-weight: 600;
}

.ag-theme-quartz .ag-paging-panel {
  min-height: 40px;
  color: var(--jy-text-secondary, #667085);
  border-top-color: var(--jy-border-light, #e6edf6);
}

.ag-theme-quartz .ag-overlay-no-rows-center {
  color: var(--jy-text-secondary, #667085);
  font-size: 13px;
}


.ag-loading-center[data-v-020049b0] {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  background: url(../../static/img/ag-grid-loading-spinner.d2e514fa.svg) center / contain no-repeat;
}


.user-select-cell-item[data-v-7103057a] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  margin: 2px 8px 2px 0;
}
.user-select-tooltip[data-v-7103057a] {
  width: 120px;
  max-width: calc(100vw - 48px);
  overflow-wrap: anywhere;
}
.user-select-cell[data-v-7103057a] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  min-height: 40px;
  cursor: pointer;
}
.user-select-name[data-v-7103057a] {
  min-width: 0;
  margin-left: 6px;
  overflow: hidden;
  font-size: 13px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-select-cell-list[data-v-7103057a] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 2px 0;
  overflow: visible;
  line-height: 1.3;
}


.aggrid-cell-tags[data-v-1aa13e16] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 5px;
  margin: 0;
  overflow: hidden;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aggrid-cell-tag[data-v-1aa13e16] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}


.file-info-preview[data-v-576e7370] {
  width: 150px;
  max-width: min(150px, calc(100vw - 48px));
  height: 100px;
  aspect-ratio: 3 / 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.file-cell-list[data-v-576e7370] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 4px;
  overflow: visible;
  line-height: 1;
}
.file-cell-item[data-v-576e7370] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
}
.file-cell-trigger[data-v-576e7370] {
  width: 44px;
  max-width: 100%;
  height: 44px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  vertical-align: middle;
}
.file-cell-button[data-v-576e7370] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.file-cell-button .svg-icon[data-v-576e7370] {
  width: 24px;
  height: 25px;
  vertical-align: middle;
}


.file-info-preview[data-v-50a46106] {
  width: 150px;
  max-width: min(150px, calc(100vw - 48px));
  height: 100px;
  aspect-ratio: 3 / 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.picture-cell-list[data-v-50a46106] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 4px;
  overflow: visible;
  line-height: 1;
}
.picture-cell-item[data-v-50a46106] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.picture-cell-trigger[data-v-50a46106] {
  width: 40px;
  max-width: 100%;
  height: 40px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  vertical-align: middle;
}


.file-info-preview[data-v-44203201] {
  width: 150px;
  max-width: min(150px, calc(100vw - 48px));
  height: 100px;
  aspect-ratio: 3 / 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.picture-cell-list[data-v-44203201] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 4px;
  overflow: visible;
  line-height: 1;
}
.picture-cell-item[data-v-44203201] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.picture-cell-trigger[data-v-44203201] {
  width: 40px;
  max-width: 100%;
  height: 40px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  vertical-align: middle;
}


.aggrid-cell-text[data-v-6bea9c91] {
  margin: 0;
  overflow: hidden;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.sign-cell-list[data-v-0ffa2710] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  margin: 0;
  overflow: hidden;
}
.sign-cell-image[data-v-0ffa2710] {
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}


.fill-user-tooltip[data-v-b2cb6f7e] {
  width: 120px;
  max-width: calc(100vw - 48px);
  overflow-wrap: anywhere;
}
.fill-user-cell[data-v-b2cb6f7e] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  min-height: 40px;
  cursor: pointer;
}
.fill-user-name[data-v-b2cb6f7e] {
  min-width: 0;
  margin-left: 6px;
  overflow: hidden;
  font-size: 13px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fill-user-cell-wrap[data-v-b2cb6f7e] {
  min-width: 0;
  overflow: visible;
  line-height: 1.3;
}

@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-187d0ace] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-187d0ace] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text[data-v-187d0ace] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container[data-v-187d0ace] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-187d0ace] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
  border-bottom: none 0;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label[data-v-187d0ace] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-187d0ace] {
  font-size: 12px;
  color: var(--jy-text-secondary, #667085);
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel[data-v-187d0ace] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-187d0ace] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-187d0ace] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-187d0ace]  .el-form-item__content,
.table-style .fill-select-item[data-v-187d0ace]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-187d0ace] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-187d0ace] {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476f0;
  border: 2px solid #3476f0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper[data-v-187d0ace],
.form-widget-list .checkbox-form-item-wrapper[data-v-187d0ace] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-187d0ace],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-187d0ace] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-187d0ace] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-187d0ace] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-187d0ace],
.el-form-item--medium .el-checkbox[data-v-187d0ace] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-187d0ace] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-187d0ace],
.el-form-item--small .el-checkbox[data-v-187d0ace] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-187d0ace] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-187d0ace],
.el-form-item--mini .el-checkbox[data-v-187d0ace] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-187d0ace] {
  margin-top: 4px;
}
input[type=password][data-v-187d0ace]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-187d0ace]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-187d0ace]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-187d0ace]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-187d0ace]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-187d0ace] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-187d0ace] {
  color: var(--jy-text-secondary, #667085);
  height: auto;
  line-height: 20px;
  font-size: 12px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText[data-v-187d0ace] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-187d0ace]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-187d0ace] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-187d0ace] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-187d0ace] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-187d0ace] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-187d0ace] {
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error[data-v-187d0ace] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-187d0ace] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-187d0ace] {
  background-color: var(--jy-bg-subtle, #f8fbff);
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: 1px solid var(--jy-border-base, #d7e2ef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content[data-v-187d0ace] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span[data-v-187d0ace], .table-style .el-form-item .el-form-item__content > div[data-v-187d0ace] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error[data-v-187d0ace] {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
  max-width: calc(100% - 20px);
  color: var(--jy-color-danger, #c93f3f);
  background: var(--jy-color-danger-bg, #fff0f0);
  border: 1px solid rgba(201, 63, 63, 0.18);
  border-radius: var(--jy-radius-sm, 4px);
  padding: 2px 6px;
  line-height: 1.4;
}
.table-style .el-form-item.textarea-item[data-v-187d0ace], .table-style .el-form-item.rich-editor-item[data-v-187d0ace], .table-style .el-form-item.static-text-item[data-v-187d0ace], .table-style .el-form-item.html-text-item[data-v-187d0ace] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-187d0ace], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-187d0ace], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-187d0ace], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-187d0ace] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-187d0ace] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-187d0ace] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-187d0ace],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-187d0ace] {
  border-color: var(--jy-color-danger, #c93f3f);
  -webkit-box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
          box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
}
.operation-bar[data-v-187d0ace] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-187d0ace],
.reference-field-container .empty[data-v-187d0ace],
.dropdown-field-empty.empty[data-v-187d0ace],
.dropdown-field-empty[data-v-187d0ace] {
  color: var(--jy-text-secondary, #667085);
  background: var(--jy-bg-subtle, #f8fbff);
  border: 1px dashed var(--jy-border-base, #d7e2ef);
  border-radius: var(--jy-radius-md, 6px);
}
.loading-placeholder[data-v-187d0ace] {
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--jy-color-primary-strong, #16458d);
  background: var(--jy-color-primary-lighter, #f4f8ff);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-md, 6px);
  padding: 0 10px;
}
.el-divider--vertical[data-v-187d0ace] {
  margin: 0 5px;
}

.fill-select-cell-link[data-v-52457532] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  min-height: 40px;
  padding: 0;
  color: #3476f0;
  font-size: 13px;
  line-height: 18px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.fill-select-cell-link span[data-v-52457532] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-315e4b88] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-315e4b88] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text[data-v-315e4b88] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container[data-v-315e4b88] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-315e4b88] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
  border-bottom: none 0;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label[data-v-315e4b88] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-315e4b88] {
  font-size: 12px;
  color: var(--jy-text-secondary, #667085);
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel[data-v-315e4b88] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-315e4b88] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-315e4b88] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-315e4b88]  .el-form-item__content,
.table-style .fill-select-item[data-v-315e4b88]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-315e4b88] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-315e4b88] {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476f0;
  border: 2px solid #3476f0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper[data-v-315e4b88],
.form-widget-list .checkbox-form-item-wrapper[data-v-315e4b88] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-315e4b88],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-315e4b88] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-315e4b88] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-315e4b88] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-315e4b88],
.el-form-item--medium .el-checkbox[data-v-315e4b88] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-315e4b88] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-315e4b88],
.el-form-item--small .el-checkbox[data-v-315e4b88] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-315e4b88] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-315e4b88],
.el-form-item--mini .el-checkbox[data-v-315e4b88] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-315e4b88] {
  margin-top: 4px;
}
input[type=password][data-v-315e4b88]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-315e4b88]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-315e4b88]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-315e4b88]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-315e4b88]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-315e4b88] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-315e4b88] {
  color: var(--jy-text-secondary, #667085);
  height: auto;
  line-height: 20px;
  font-size: 12px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText[data-v-315e4b88] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-315e4b88]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-315e4b88] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-315e4b88] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-315e4b88] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-315e4b88] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-315e4b88] {
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error[data-v-315e4b88] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-315e4b88] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-315e4b88] {
  background-color: var(--jy-bg-subtle, #f8fbff);
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: 1px solid var(--jy-border-base, #d7e2ef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content[data-v-315e4b88] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span[data-v-315e4b88], .table-style .el-form-item .el-form-item__content > div[data-v-315e4b88] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error[data-v-315e4b88] {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
  max-width: calc(100% - 20px);
  color: var(--jy-color-danger, #c93f3f);
  background: var(--jy-color-danger-bg, #fff0f0);
  border: 1px solid rgba(201, 63, 63, 0.18);
  border-radius: var(--jy-radius-sm, 4px);
  padding: 2px 6px;
  line-height: 1.4;
}
.table-style .el-form-item.textarea-item[data-v-315e4b88], .table-style .el-form-item.rich-editor-item[data-v-315e4b88], .table-style .el-form-item.static-text-item[data-v-315e4b88], .table-style .el-form-item.html-text-item[data-v-315e4b88] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-315e4b88], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-315e4b88], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-315e4b88], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-315e4b88] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-315e4b88] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-315e4b88] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-315e4b88],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-315e4b88] {
  border-color: var(--jy-color-danger, #c93f3f);
  -webkit-box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
          box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
}
.operation-bar[data-v-315e4b88] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-315e4b88],
.reference-field-container .empty[data-v-315e4b88],
.dropdown-field-empty.empty[data-v-315e4b88],
.dropdown-field-empty[data-v-315e4b88] {
  color: var(--jy-text-secondary, #667085);
  background: var(--jy-bg-subtle, #f8fbff);
  border: 1px dashed var(--jy-border-base, #d7e2ef);
  border-radius: var(--jy-radius-md, 6px);
}
.loading-placeholder[data-v-315e4b88] {
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--jy-color-primary-strong, #16458d);
  background: var(--jy-color-primary-lighter, #f4f8ff);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-md, 6px);
  padding: 0 10px;
}
.aggrid-cell-link[data-v-315e4b88] {
  min-height: 32px;
  padding: 0;
  color: #3476f0;
  font-size: 13px;
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.aggrid-cell-link[data-v-315e4b88]:focus-visible {
  outline: 2px solid var(--jy-color-primary, #409eff);
  outline-offset: 2px;
}
@media (pointer: coarse) {
.aggrid-cell-link[data-v-315e4b88] {
    min-height: 44px;
}
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-5f64ed0b] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-5f64ed0b] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text[data-v-5f64ed0b] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container[data-v-5f64ed0b] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-5f64ed0b] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
  border-bottom: none 0;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label[data-v-5f64ed0b] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-5f64ed0b] {
  font-size: 12px;
  color: var(--jy-text-secondary, #667085);
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel[data-v-5f64ed0b] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-5f64ed0b] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-5f64ed0b] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-5f64ed0b]  .el-form-item__content,
.table-style .fill-select-item[data-v-5f64ed0b]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-5f64ed0b] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-5f64ed0b] {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476f0;
  border: 2px solid #3476f0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper[data-v-5f64ed0b],
.form-widget-list .checkbox-form-item-wrapper[data-v-5f64ed0b] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-5f64ed0b],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-5f64ed0b] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-5f64ed0b] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-5f64ed0b] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-5f64ed0b],
.el-form-item--medium .el-checkbox[data-v-5f64ed0b] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-5f64ed0b] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-5f64ed0b],
.el-form-item--small .el-checkbox[data-v-5f64ed0b] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-5f64ed0b] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-5f64ed0b],
.el-form-item--mini .el-checkbox[data-v-5f64ed0b] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-5f64ed0b] {
  margin-top: 4px;
}
input[type=password][data-v-5f64ed0b]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-5f64ed0b]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-5f64ed0b]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-5f64ed0b]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-5f64ed0b]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-5f64ed0b] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-5f64ed0b] {
  color: var(--jy-text-secondary, #667085);
  height: auto;
  line-height: 20px;
  font-size: 12px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText[data-v-5f64ed0b] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-5f64ed0b]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-5f64ed0b] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-5f64ed0b] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-5f64ed0b] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-5f64ed0b] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-5f64ed0b] {
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error[data-v-5f64ed0b] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-5f64ed0b] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-5f64ed0b] {
  background-color: var(--jy-bg-subtle, #f8fbff);
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: 1px solid var(--jy-border-base, #d7e2ef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content[data-v-5f64ed0b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span[data-v-5f64ed0b], .table-style .el-form-item .el-form-item__content > div[data-v-5f64ed0b] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error[data-v-5f64ed0b] {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
  max-width: calc(100% - 20px);
  color: var(--jy-color-danger, #c93f3f);
  background: var(--jy-color-danger-bg, #fff0f0);
  border: 1px solid rgba(201, 63, 63, 0.18);
  border-radius: var(--jy-radius-sm, 4px);
  padding: 2px 6px;
  line-height: 1.4;
}
.table-style .el-form-item.textarea-item[data-v-5f64ed0b], .table-style .el-form-item.rich-editor-item[data-v-5f64ed0b], .table-style .el-form-item.static-text-item[data-v-5f64ed0b], .table-style .el-form-item.html-text-item[data-v-5f64ed0b] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-5f64ed0b], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-5f64ed0b], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-5f64ed0b], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-5f64ed0b] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-5f64ed0b] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-5f64ed0b] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-5f64ed0b],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-5f64ed0b] {
  border-color: var(--jy-color-danger, #c93f3f);
  -webkit-box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
          box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
}
.operation-bar[data-v-5f64ed0b] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-5f64ed0b],
.reference-field-container .empty[data-v-5f64ed0b],
.dropdown-field-empty.empty[data-v-5f64ed0b],
.dropdown-field-empty[data-v-5f64ed0b] {
  color: var(--jy-text-secondary, #667085);
  background: var(--jy-bg-subtle, #f8fbff);
  border: 1px dashed var(--jy-border-base, #d7e2ef);
  border-radius: var(--jy-radius-md, 6px);
}
.loading-placeholder[data-v-5f64ed0b] {
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--jy-color-primary-strong, #16458d);
  background: var(--jy-color-primary-lighter, #f4f8ff);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-md, 6px);
  padding: 0 10px;
}
.aggrid-cell-link[data-v-5f64ed0b] {
  min-height: 32px;
  padding: 0;
  color: #3476f0;
  font-size: 13px;
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.aggrid-cell-link[data-v-5f64ed0b]:focus-visible {
  outline: 2px solid var(--jy-color-primary, #409eff);
  outline-offset: 2px;
}
@media (pointer: coarse) {
.aggrid-cell-link[data-v-5f64ed0b] {
    min-height: 44px;
}
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-ca3ce6dc] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-ca3ce6dc] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text[data-v-ca3ce6dc] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container[data-v-ca3ce6dc] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-ca3ce6dc] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
  border-bottom: none 0;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label[data-v-ca3ce6dc] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-ca3ce6dc] {
  font-size: 12px;
  color: var(--jy-text-secondary, #667085);
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel[data-v-ca3ce6dc] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-ca3ce6dc] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-ca3ce6dc] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-ca3ce6dc]  .el-form-item__content,
.table-style .fill-select-item[data-v-ca3ce6dc]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-ca3ce6dc] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-ca3ce6dc] {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476f0;
  border: 2px solid #3476f0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper[data-v-ca3ce6dc],
.form-widget-list .checkbox-form-item-wrapper[data-v-ca3ce6dc] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-ca3ce6dc],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-ca3ce6dc] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-ca3ce6dc] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-ca3ce6dc] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-ca3ce6dc],
.el-form-item--medium .el-checkbox[data-v-ca3ce6dc] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-ca3ce6dc] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-ca3ce6dc],
.el-form-item--small .el-checkbox[data-v-ca3ce6dc] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-ca3ce6dc] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-ca3ce6dc],
.el-form-item--mini .el-checkbox[data-v-ca3ce6dc] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-ca3ce6dc] {
  margin-top: 4px;
}
input[type=password][data-v-ca3ce6dc]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-ca3ce6dc]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-ca3ce6dc]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-ca3ce6dc]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-ca3ce6dc]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-ca3ce6dc] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-ca3ce6dc] {
  color: var(--jy-text-secondary, #667085);
  height: auto;
  line-height: 20px;
  font-size: 12px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText[data-v-ca3ce6dc] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-ca3ce6dc]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-ca3ce6dc] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-ca3ce6dc] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-ca3ce6dc] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-ca3ce6dc] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-ca3ce6dc] {
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error[data-v-ca3ce6dc] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-ca3ce6dc] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-ca3ce6dc] {
  background-color: var(--jy-bg-subtle, #f8fbff);
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: 1px solid var(--jy-border-base, #d7e2ef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content[data-v-ca3ce6dc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span[data-v-ca3ce6dc], .table-style .el-form-item .el-form-item__content > div[data-v-ca3ce6dc] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error[data-v-ca3ce6dc] {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
  max-width: calc(100% - 20px);
  color: var(--jy-color-danger, #c93f3f);
  background: var(--jy-color-danger-bg, #fff0f0);
  border: 1px solid rgba(201, 63, 63, 0.18);
  border-radius: var(--jy-radius-sm, 4px);
  padding: 2px 6px;
  line-height: 1.4;
}
.table-style .el-form-item.textarea-item[data-v-ca3ce6dc], .table-style .el-form-item.rich-editor-item[data-v-ca3ce6dc], .table-style .el-form-item.static-text-item[data-v-ca3ce6dc], .table-style .el-form-item.html-text-item[data-v-ca3ce6dc] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-ca3ce6dc], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-ca3ce6dc], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-ca3ce6dc], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-ca3ce6dc] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-ca3ce6dc] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-ca3ce6dc] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-ca3ce6dc],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-ca3ce6dc] {
  border-color: var(--jy-color-danger, #c93f3f);
  -webkit-box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
          box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
}
.operation-bar[data-v-ca3ce6dc] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-ca3ce6dc],
.reference-field-container .empty[data-v-ca3ce6dc],
.dropdown-field-empty.empty[data-v-ca3ce6dc],
.dropdown-field-empty[data-v-ca3ce6dc] {
  color: var(--jy-text-secondary, #667085);
  background: var(--jy-bg-subtle, #f8fbff);
  border: 1px dashed var(--jy-border-base, #d7e2ef);
  border-radius: var(--jy-radius-md, 6px);
}
.loading-placeholder[data-v-ca3ce6dc] {
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--jy-color-primary-strong, #16458d);
  background: var(--jy-color-primary-lighter, #f4f8ff);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-md, 6px);
  padding: 0 10px;
}
.edit-form-container[data-v-ca3ce6dc] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.edit-form-left[data-v-ca3ce6dc] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dcdfe6;
}
.edit-form-left .select-tip[data-v-ca3ce6dc] {
  padding-top: 5px;
  display: inline-block;
  width: 160px;
}
.edit-form-right[data-v-ca3ce6dc] {
  display: inline-block;
  width: 100%;
  margin-left: 20px;
}
.edit-form-right .edit-form-empty[data-v-ca3ce6dc] {
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #dcdfe6;
  border: solid 1px #dcdfe6;
}
.vFormViewerDialog .el-dialog__header[data-v-ca3ce6dc] {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
.edit-form-left[data-v-ca3ce6dc] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}
.edit-form-left .select-tip[data-v-ca3ce6dc] {
    width: 100%;
    padding-top: 0;
}
.edit-form-right[data-v-ca3ce6dc] {
    margin-left: 0;
}
.jy-batch-edit-dialog__footer[data-v-ca3ce6dc] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}
.jy-batch-edit-dialog__footer .el-button[data-v-ca3ce6dc] {
    width: 100%;
    min-height: 44px;
    margin-left: 0;
}
}

.ag-grid-table-shell[data-v-399b1ca5] {
  width: 100%;
  min-width: 0;
  height: 100%;
  overflow: hidden;
}
.ag-grid-table[data-v-399b1ca5] {
  width: 100%;
  height: 100%;
}

@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-1385f09a] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-1385f09a] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text[data-v-1385f09a] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container[data-v-1385f09a] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-1385f09a] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
  border-bottom: none 0;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label[data-v-1385f09a] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-1385f09a] {
  font-size: 12px;
  color: var(--jy-text-secondary, #667085);
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel[data-v-1385f09a] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-1385f09a] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-1385f09a] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-1385f09a]  .el-form-item__content,
.table-style .fill-select-item[data-v-1385f09a]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-1385f09a] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-1385f09a] {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476f0;
  border: 2px solid #3476f0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper[data-v-1385f09a],
.form-widget-list .checkbox-form-item-wrapper[data-v-1385f09a] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-1385f09a],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-1385f09a] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-1385f09a] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-1385f09a] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-1385f09a],
.el-form-item--medium .el-checkbox[data-v-1385f09a] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-1385f09a] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-1385f09a],
.el-form-item--small .el-checkbox[data-v-1385f09a] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-1385f09a] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-1385f09a],
.el-form-item--mini .el-checkbox[data-v-1385f09a] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-1385f09a] {
  margin-top: 4px;
}
input[type=password][data-v-1385f09a]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-1385f09a]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-1385f09a]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-1385f09a]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-1385f09a]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-1385f09a] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-1385f09a] {
  color: var(--jy-text-secondary, #667085);
  height: auto;
  line-height: 20px;
  font-size: 12px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText[data-v-1385f09a] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-1385f09a]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-1385f09a] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-1385f09a] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-1385f09a] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-1385f09a] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-1385f09a] {
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error[data-v-1385f09a] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-1385f09a] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-1385f09a] {
  background-color: var(--jy-bg-subtle, #f8fbff);
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: 1px solid var(--jy-border-base, #d7e2ef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content[data-v-1385f09a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span[data-v-1385f09a], .table-style .el-form-item .el-form-item__content > div[data-v-1385f09a] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error[data-v-1385f09a] {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
  max-width: calc(100% - 20px);
  color: var(--jy-color-danger, #c93f3f);
  background: var(--jy-color-danger-bg, #fff0f0);
  border: 1px solid rgba(201, 63, 63, 0.18);
  border-radius: var(--jy-radius-sm, 4px);
  padding: 2px 6px;
  line-height: 1.4;
}
.table-style .el-form-item.textarea-item[data-v-1385f09a], .table-style .el-form-item.rich-editor-item[data-v-1385f09a], .table-style .el-form-item.static-text-item[data-v-1385f09a], .table-style .el-form-item.html-text-item[data-v-1385f09a] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-1385f09a], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-1385f09a], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-1385f09a], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-1385f09a] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-1385f09a] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-1385f09a] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-1385f09a],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-1385f09a] {
  border-color: var(--jy-color-danger, #c93f3f);
  -webkit-box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
          box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
}
.operation-bar[data-v-1385f09a] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-1385f09a],
.reference-field-container .empty[data-v-1385f09a],
.dropdown-field-empty.empty[data-v-1385f09a],
.dropdown-field-empty[data-v-1385f09a] {
  color: var(--jy-text-secondary, #667085);
  background: var(--jy-bg-subtle, #f8fbff);
  border: 1px dashed var(--jy-border-base, #d7e2ef);
  border-radius: var(--jy-radius-md, 6px);
}
.loading-placeholder[data-v-1385f09a] {
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--jy-color-primary-strong, #16458d);
  background: var(--jy-color-primary-lighter, #f4f8ff);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-md, 6px);
  padding: 0 10px;
}
.select-tip[data-v-1385f09a] {
  min-height: 36px;
  line-height: 1.6;
  margin-bottom: 5px;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  margin-top: 1px;
}
.jy-danger-confirm-dialog__body[data-v-1385f09a] {
  padding-top: var(--jy-space-1);
}
.jy-danger-confirm-dialog__copy[data-v-1385f09a] {
  margin: 0 5px;
  color: var(--jy-color-danger);
  cursor: pointer;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.jy-danger-confirm-dialog__copy[data-v-1385f09a]:focus-visible {
  outline: 2px solid var(--jy-focus-ring, rgba(52, 118, 240, 0.28));
  outline-offset: 2px;
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-5c047871] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-5c047871] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text[data-v-5c047871] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container[data-v-5c047871] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-5c047871] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
  border-bottom: none 0;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label[data-v-5c047871] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-5c047871] {
  font-size: 12px;
  color: var(--jy-text-secondary, #667085);
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel[data-v-5c047871] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-5c047871] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-5c047871] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-5c047871]  .el-form-item__content,
.table-style .fill-select-item[data-v-5c047871]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-5c047871] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-5c047871] {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476f0;
  border: 2px solid #3476f0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper[data-v-5c047871],
.form-widget-list .checkbox-form-item-wrapper[data-v-5c047871] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-5c047871],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-5c047871] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-5c047871] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-5c047871] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-5c047871],
.el-form-item--medium .el-checkbox[data-v-5c047871] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-5c047871] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-5c047871],
.el-form-item--small .el-checkbox[data-v-5c047871] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-5c047871] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-5c047871],
.el-form-item--mini .el-checkbox[data-v-5c047871] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-5c047871] {
  margin-top: 4px;
}
input[type=password][data-v-5c047871]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-5c047871]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-5c047871]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-5c047871]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-5c047871]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-5c047871] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-5c047871] {
  color: var(--jy-text-secondary, #667085);
  height: auto;
  line-height: 20px;
  font-size: 12px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText[data-v-5c047871] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-5c047871]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-5c047871] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-5c047871] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-5c047871] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-5c047871] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-5c047871] {
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error[data-v-5c047871] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-5c047871] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-5c047871] {
  background-color: var(--jy-bg-subtle, #f8fbff);
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: 1px solid var(--jy-border-base, #d7e2ef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content[data-v-5c047871] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span[data-v-5c047871], .table-style .el-form-item .el-form-item__content > div[data-v-5c047871] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error[data-v-5c047871] {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
  max-width: calc(100% - 20px);
  color: var(--jy-color-danger, #c93f3f);
  background: var(--jy-color-danger-bg, #fff0f0);
  border: 1px solid rgba(201, 63, 63, 0.18);
  border-radius: var(--jy-radius-sm, 4px);
  padding: 2px 6px;
  line-height: 1.4;
}
.table-style .el-form-item.textarea-item[data-v-5c047871], .table-style .el-form-item.rich-editor-item[data-v-5c047871], .table-style .el-form-item.static-text-item[data-v-5c047871], .table-style .el-form-item.html-text-item[data-v-5c047871] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-5c047871], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-5c047871], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-5c047871], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-5c047871] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-5c047871] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-5c047871] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-5c047871],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-5c047871] {
  border-color: var(--jy-color-danger, #c93f3f);
  -webkit-box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
          box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
}
.operation-bar[data-v-5c047871] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-5c047871],
.reference-field-container .empty[data-v-5c047871],
.dropdown-field-empty.empty[data-v-5c047871],
.dropdown-field-empty[data-v-5c047871] {
  color: var(--jy-text-secondary, #667085);
  background: var(--jy-bg-subtle, #f8fbff);
  border: 1px dashed var(--jy-border-base, #d7e2ef);
  border-radius: var(--jy-radius-md, 6px);
}
.loading-placeholder[data-v-5c047871] {
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--jy-color-primary-strong, #16458d);
  background: var(--jy-color-primary-lighter, #f4f8ff);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-md, 6px);
  padding: 0 10px;
}
.jy-ag-grid-workbench[data-v-5c047871] {
  min-width: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.jy-ag-grid-toolbar[data-v-5c047871] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--jy-space-3) var(--jy-space-4);
  margin-bottom: var(--jy-space-3);
  border: 1px solid var(--jy-border-light);
  border-radius: var(--jy-radius-md);
  background: var(--jy-bg-subtle);
}
.jy-ag-grid-filter-tags[data-v-5c047871] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--jy-space-2);
  min-width: 0;
}
.jy-ag-grid-filter-tag[data-v-5c047871] {
  margin-right: 0;
}
.jy-ag-grid-actions[data-v-5c047871] {
  min-width: 0;
  text-align: right;
}
.jy-ag-grid-action-form[data-v-5c047871] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--jy-space-2) var(--jy-space-3);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jy-ag-grid-action-item[data-v-5c047871] {
  margin: 0 0 var(--jy-space-2);
}
.jy-ag-grid-batch-button[data-v-5c047871] {
  background: var(--jy-bg-subtle);
  border-color: var(--jy-border-base);
  color: var(--jy-text-regular);
  height: 32px;
}
.jy-ag-grid-batch-button.is-active[data-v-5c047871] {
  background: var(--jy-color-primary-lighter);
  border-color: var(--jy-color-primary);
  color: var(--jy-color-primary-strong);
}
.jy-pay-dialog__form[data-v-5c047871] {
  padding: var(--jy-space-2) 0 0;
}
.jy-pay-dialog__inline-control[data-v-5c047871] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--jy-space-2);
  max-width: 260px;
}
.jy-pay-dialog__unit[data-v-5c047871] {
  color: var(--jy-text-secondary);
  font-size: 13px;
}
.jy-pay-dialog__select[data-v-5c047871] {
  width: 100%;
  max-width: 260px;
}
.jy-dialog-footer[data-v-5c047871] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: var(--jy-space-2);
  padding-top: var(--jy-space-2);
}
@media screen and (max-width: 1024px) {
.jy-ag-grid-toolbar[data-v-5c047871] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.jy-ag-grid-filter-tags[data-v-5c047871],
  .jy-ag-grid-actions[data-v-5c047871] {
    width: 100%;
}
.jy-ag-grid-action-form[data-v-5c047871] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.jy-ag-grid-action-form[data-v-5c047871]  .el-button,
  .jy-ag-grid-action-form[data-v-5c047871]  .el-link,
  .jy-ag-grid-batch-button[data-v-5c047871],
  .jy-dialog-footer[data-v-5c047871]  .el-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 44px;
    min-height: 44px;
    height: auto;
    line-height: 1.4;
}
}
