@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.dataset-card {
  height: 182px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0px 2px 8px 0px rgba(200, 201, 204, 0.5);
  transition: all 0.2s ease-in-out;
}
.dataset-card:hover {
  background: #3d73f5;
  padding-top: 4px;
}
.dataset-card__body {
  height: 142px;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  border-radius: 8px 8px 0px 0px;
}
.dataset-card__footer {
  height: 40px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(200, 201, 204, 0.5);
  border-radius: 0px 0px 8px 8px;
}
@charset "UTF-8"
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
/* !!当前文件由脚本生成，请勿直接修改!! */
/* stylelint-disable selector-pseudo-class-no-unknown */
/* stylelint-disable property-no-unknown */
/* stylelint-disable property-case */
/* !!当前文件由脚本生成，请勿直接修改!! */
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.edit-input-icon[data-v-61d40d9e] {
  font-size: 16px;
  margin-left: 10px;
  color: #353f58;
  cursor: pointer;
}
.edit-input-icon[data-v-61d40d9e]:hover {
  color: #3d73f5;
}
.edit-input-icon.svg-icon[data-v-61d40d9e] {
  vertical-align: sub;
}
.wrap[data-v-61d40d9e] {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.wrap .el-input[data-v-61d40d9e],
.wrap .el-textarea[data-v-61d40d9e] {
  width: calc(100% - 84px);
  height: 100%;
  margin-right: 10px;
}
.wrap .el-textarea ~ svg[data-v-61d40d9e] {
  margin-bottom: 4px;
}
.wrap svg[data-v-61d40d9e] {
  cursor: pointer;
  font-size: 16px;
  margin-right: 4px;
  vertical-align: sub;
}
[data-v-61d40d9e] textarea {
  height: 100%;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.dataset-item .header[data-v-764d1a06] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dataset-item .header .dataset-name[data-v-764d1a06] {
  flex: 1;
  width: calc(100% - 140px);
}
.dataset-item .header .dataset-name[data-v-764d1a06]  .value-text {
  max-width: calc(100% - 30px);
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
  cursor: pointer;
  color: #3d73f5;
}
.dataset-item .header .storage[data-v-764d1a06] {
  margin-left: 20px;
}
.dataset-item .header .storage__box[data-v-764d1a06] {
  padding: 2px 8px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.dataset-item .header .storage--s3[data-v-764d1a06] {
  border: 1px solid #3d73f5;
  color: #3d73f5;
  background: #f0f7ff;
}
.dataset-item .header .storage--ufs[data-v-764d1a06] {
  border: 1px solid #1ac45d;
  color: #1ac45d;
  background: #edfff1;
}
.dataset-item .header .storage--ufs .svg-icon[data-v-764d1a06] {
  margin-right: 4px;
  font-size: 12px;
}
.dataset-item .header .storage .quicken[data-v-764d1a06] {
  border: 1px solid #ff8f34;
  background: #fff9f0;
  color: #ff8f34;
}
.dataset-item .create-time[data-v-764d1a06] {
  margin-top: 8px;
  line-height: 18px;
  font-weight: 400;
  font-size: 12px;
}
.dataset-item .content[data-v-764d1a06] {
  display: flex;
  align-items: center;
  margin-top: 9px;
}
.dataset-item .content-item[data-v-764d1a06] {
  flex-basis: 40%;
  margin: 0 24px;
}
.dataset-item .content-item[data-v-764d1a06]:first-child {
  flex: 1 1 30%;
  max-width: 35%;
  margin-left: 0;
}
.dataset-item .content-item[data-v-764d1a06]:last-child {
  flex: 0 1 30%;
  margin-right: 0;
}
.dataset-item .content__label[data-v-764d1a06] {
  font-weight: 400;
  font-size: 12px;
  white-space: nowrap;
  color: #999;
  line-height: 17px;
  text-align: left;
  font-style: normal;
}
.dataset-item .content__value[data-v-764d1a06] {
  margin-top: 8px;
  white-space: nowrap;
  line-height: 17px;
  font-weight: 500;
  font-size: 12px;
}
.dataset-item .content__value[data-v-764d1a06]  .el-progress__text {
  margin-left: 10px;
  line-height: 18px;
  font-weight: 400;
}
.dataset-item .content__value .status[data-v-764d1a06] {
  display: flex;
  align-items: center;
}
.dataset-item .content__value .status .dot[data-v-764d1a06] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 8px;
}
.dataset-item .content__value .status .loading[data-v-764d1a06] {
  margin-right: 8px;
  color: #3d73f5;
}
.dataset-item .content__value .status .INIT[data-v-764d1a06] {
  background-color: #7c818c;
}
.dataset-item .content__value .status .PUBLISHING[data-v-764d1a06] {
  background-color: #3d73f5;
}
.dataset-item .content__value .status .IMPORTED[data-v-764d1a06],
.dataset-item .content__value .status .PUBLISHED[data-v-764d1a06] {
  background-color: #1ac45d;
}
.dataset-item .content__value .status .IMPORT_FAILED[data-v-764d1a06],
.dataset-item .content__value .status .PUBLISH_FAILED[data-v-764d1a06] {
  background-color: #ff4545;
}
.dataset-item .content[data-v-764d1a06]  .el-divider--vertical {
  height: 16px;
  margin: 0;
}
.dataset-item .content .error-tip[data-v-764d1a06] {
  color: #f5212d;
  margin-left: 4px;
}
.dataset-item .footer[data-v-764d1a06] {
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
}
.dataset-item .footer > div[data-v-764d1a06] {
  flex: 1;
  text-align: center;
  border-right: 1px solid var(--border-color);
}
.dataset-item .footer > div[data-v-764d1a06]:last-child {
  border: none;
}
.dataset-item .footer .el-dropdown-link[data-v-764d1a06] {
  color: var(--color-master);
  cursor: pointer;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.copy-icon[data-v-107b661a] {
  cursor: pointer;
  margin-left: 4px;
}
[data-v-107b661a] .el-descriptions .is-bordered th.el-descriptions-item__label {
  color: #666;
  font-weight: 500;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.medium-dialog[data-v-ad68288c]  .el-dialog {
  width: 480px;
}
.medium-dialog[data-v-ad68288c]  .el-dialog .el-textarea .el-textarea__inner {
  max-height: 300px;
}
.row[data-v-ad68288c] {
  display: flex;
  color: #333;
  margin-bottom: 16px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 18px;
}
.row .title[data-v-ad68288c] {
  width: 80px;
  text-align: right;
  color: #666;
}
.row .info[data-v-ad68288c] {
  margin-left: 24px;
  width: 320px;
}
.row .icon-wrap[data-v-ad68288c] {
  display: flex;
}
.row .icon-wrap .export-icon[data-v-ad68288c] {
  margin-right: 16px;
  color: #3d73f5;
  cursor: pointer;
}
.row .icon-wrap .disabled[data-v-ad68288c] {
  cursor: not-allowed;
  color: #7c818c;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.small-dialog[data-v-6cad7e4c]  .el-dialog {
  width: 700px;
}
.small-dialog[data-v-6cad7e4c]  .el-dialog .el-textarea .el-textarea__inner {
  max-height: 300px;
}
.small-dialog .data-type[data-v-6cad7e4c] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.small-dialog .data-type .data-type-item[data-v-6cad7e4c] {
  padding: 4px 20px;
  background: #fff;
  border: 1px solid #333;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  border-right: 0;
  cursor: pointer;
}
.small-dialog .data-type .data-type-item[data-v-6cad7e4c]:first-child {
  border-radius: 2px 0 0 2px;
}
.small-dialog .data-type .data-type-item[data-v-6cad7e4c]:last-child {
  border-right: 1px solid #333;
  border-radius: 0 2px 2px 0;
}
.small-dialog .data-type .data-type-item.active[data-v-6cad7e4c] {
  background: #f0f3fb;
  color: #3d73f5;
  border: 1px solid #3d73f5;
}
.small-dialog .data-type .data-type-item.active + .data-type-item[data-v-6cad7e4c] {
  border-left: 0;
}
.small-dialog .mark-type .mark-type-item[data-v-6cad7e4c] {
  display: inline-block;
  padding: 4px 20px;
  margin-right: 2px;
  margin-bottom: 16px;
  line-height: 20px;
  border-radius: 2px;
  border: 1px solid #333;
  font-size: 12px;
  font-weight: 400;
  background: #e8edf9;
  color: #333;
  cursor: pointer;
}
.small-dialog .mark-type .mark-type-item.active[data-v-6cad7e4c] {
  background: #3d73f5;
  color: #fff;
  border: 1px solid #3d73f5;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.tree-container[data-v-642b1d68] {
  padding: 20px;
  background-color: #f7f8fa;
}
.tree[data-v-642b1d68] {
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
}
.node-content[data-v-642b1d68] {
  margin-left: -0.5em;
  display: flex;
  align-items: center;
  color: #333;
}
.node-radio[data-v-642b1d68] {
  margin-left: 5px;
  margin-right: 5px;
}
[data-v-642b1d68] label.node-radio > span.el-radio__label {
  display: none !important;
}
.node-icon[data-v-642b1d68] {
  color: #353f58;
}
.node-icon .svg-icon[data-v-642b1d68] {
  display: none;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
}
.node-icon .svg-icon[data-v-642b1d68]:first-child {
  display: inline;
}
.is-expanded > .el-tree-node__content .node-icon[data-v-642b1d68] {
  color: #353f58;
}
.is-expanded > .el-tree-node__content .node-icon .svg-icon[data-v-642b1d68] {
  display: none;
}
.is-expanded > .el-tree-node__content .node-icon .svg-icon[data-v-642b1d68]:last-child {
  display: inline;
}
[data-v-642b1d68] .el-tree-node__content {
  position: relative;
}
[data-v-642b1d68] .el-tree-node__content .handler-menu {
  position: absolute;
  right: 0.5em;
  display: none;
}
[data-v-642b1d68] .el-tree-node__content .handler-menu .el-button:not(.pop-tooltip .el-button) {
  padding: 0;
  margin: 0.9em 0.3em;
}
[data-v-642b1d68] .el-tree-node__content .handler-menu .handler-icon {
  color: #353f58;
}
[data-v-642b1d68] .el-tree-node__content:hover .handler-menu {
  display: flex;
}
.sub-tree[data-v-642b1d68]  .el-tree-node > .el-tree-node__children {
  overflow: initial;
}
.sub-tree .hover-wrapper[data-v-642b1d68] {
  display: inline-block;
  margin-left: -0.4em;
}
.sub-tree .hover-wrapper:hover .pop-tooltip[data-v-642b1d68] {
  display: block;
}
.sub-tree .pop-tooltip[data-v-642b1d68] {
  display: none;
  position: absolute;
  z-index: 2019;
  top: 24px;
  right: 0;
}
.edit-wrap[data-v-642b1d68] {
  height: 24px;
  width: 200px;
  display: inline-block;
}
.edit-wrap .el-input[data-v-642b1d68] {
  height: 24px;
  width: 100%;
  margin-right: 10px;
}
.edit-wrap svg[data-v-642b1d68] {
  cursor: pointer;
  font-size: 16px;
  margin-right: 4px;
  vertical-align: sub;
}
[data-v-642b1d68] .edit-wrap .el-input__inner {
  height: 24px;
}
.pvc-name-wrap[data-v-642b1d68] {
  display: flex;
  height: 16px;
}
.pvc-name[data-v-642b1d68] {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3d73f5;
  cursor: pointer;
  margin: 0 12px;
}
.delete-pvc[data-v-642b1d68] {
  cursor: pointer;
  color: #353f58;
  margin-top: 2px;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.tooltip-cache .el-link {
  vertical-align: baseline;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.table-tools[data-v-428dc41c]  .el-form {
  width: 100%;
  display: flex;
  justify-content: right;
}
.table-tools[data-v-428dc41c]  .el-form .el-form-item {
  flex: 1;
  max-width: 30%;
  margin-bottom: 0;
}
.table-tools[data-v-428dc41c]  .el-form .el-form-item:last-child {
  flex: none;
  margin-right: 0;
}
.table-tools[data-v-428dc41c]  .el-form .el-form-item .el-form-item__content {
  width: 100%;
}
.table-tools[data-v-428dc41c]  .el-form .el-form-item .el-form-item__content .el-select {
  width: 100%;
}
.table-tools .table-tool[data-v-428dc41c] {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e2e5ed;
}
.list-table[data-v-428dc41c] {
  margin-top: 16px;
  margin-bottom: 0px;
  min-height: 200px;
}
.el-pagination[data-v-428dc41c] {
  text-align: right;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.storage-card-container[data-v-6b1879cb] {
  position: relative;
  height: 232px;
}
.storage-card-container .storage-card[data-v-6b1879cb] {
  position: absolute;
  top: 1px;
  left: 11px;
  width: calc(100% - 22px);
  height: calc(100% - 2px);
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e5e6e8;
}
.storage-card-container .storage-card .left-corner[data-v-6b1879cb],
.storage-card-container .storage-card .right-corner[data-v-6b1879cb] {
  display: none;
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -1px;
}
.storage-card-container .storage-card .left-corner[data-v-6b1879cb] {
  left: -10px;
  border-right: 1px solid rgba(61, 94, 255, 0.2);
  border-radius: 0px 0px 10px 0px;
}
.storage-card-container .storage-card .right-corner[data-v-6b1879cb] {
  right: -10px;
  /* 设置径向渐变 */
  border-left: 1px solid rgba(61, 94, 255, 0.2);
  border-radius: 0px 0px 0px 10px;
}
.storage-card-container.active[data-v-6b1879cb]::before {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 0;
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  border-radius: 18px 18px 0 0;
  background: linear-gradient(180deg, rgb(61, 115, 245), rgba(61, 94, 255, 0.58), rgba(61, 94, 255, 0.2));
}
.storage-card-container.active[data-v-6b1879cb]::after {
  position: absolute;
  top: 1px;
  left: 11px;
  content: "";
  width: calc(100% - 22px);
  height: calc(100% - 2px);
  z-index: 1;
  border-radius: 18px 18px 0 0;
  background: #fff;
}
.storage-card-container.active .storage-card[data-v-6b1879cb] {
  z-index: 2;
  background: linear-gradient(180deg, #f0f2ff 0%, rgba(240, 242, 255, 0) 100%);
  border: 0;
}
.storage-card-container.active .storage-card .left-corner[data-v-6b1879cb],
.storage-card-container.active .storage-card .right-corner[data-v-6b1879cb] {
  display: block;
}
.storage-card-container + .storage-card-container[data-v-6b1879cb] {
  margin-left: -5px;
}
.storage-card-container .storage-card-header[data-v-6b1879cb] {
  display: flex;
}
.storage-card-container .storage-card-header .logo-container[data-v-6b1879cb] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.storage-card-container .storage-card-header .logo-container.ZOS[data-v-6b1879cb] {
  background: url(../img/ZOS.e5acca2e.png?regionId=200000001852) 0 0/100% 100%;
}
.storage-card-container .storage-card-header .logo-container.HPFS[data-v-6b1879cb] {
  background: url(../img/HPFS.8314a1b6.png?regionId=200000001852) 0 0/100% 100%;
}
.storage-card-container .storage-card-header .base-info-container[data-v-6b1879cb] {
  margin-left: 12px;
}
.storage-card-container .storage-card-header .base-info-container .title-container .title[data-v-6b1879cb] {
  font-weight: 600;
  font-size: 14px;
  color: #111111;
  line-height: 20px;
}
.storage-card-container .storage-card-header .base-info-container .title-container .advantage[data-v-6b1879cb] {
  margin-left: 12px;
  padding: 5px 8px;
  font-weight: 400;
  border-radius: 12px 0px 12px 0px;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  background: #3d5eff;
}
.storage-card-container .storage-card-header .base-info-container .tag-container[data-v-6b1879cb] {
  margin-top: 12px;
}
.storage-card-container .storage-card-header .base-info-container .tag-container .tag[data-v-6b1879cb] {
  padding: 3px 8px;
  background: #f7f8fa;
  border-radius: 3px;
  border: 1px solid #e2e5ed;
  font-weight: 400;
  font-size: 12px;
  color: #333;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.storage-card-container .storage-card-header .base-info-container .tag-container .tag + .tag[data-v-6b1879cb] {
  margin-left: 8px;
}
.storage-card-container .storage-card-header .rate-container[data-v-6b1879cb] {
  display: flex;
  margin-left: auto;
}
.storage-card-container .storage-card-header .rate-container .rate-title[data-v-6b1879cb] {
  margin-right: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  line-height: 17px;
  text-align: justify;
  font-style: normal;
}
.storage-card-container .detail[data-v-6b1879cb] {
  display: flex;
  margin-top: 22px;
}
.storage-card-container .detail .question-icon[data-v-6b1879cb] {
  margin-left: 2px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.storage-card-container .detail .left-container[data-v-6b1879cb],
.storage-card-container .detail .right-container[data-v-6b1879cb] {
  flex-grow: 1;
}
.storage-card-container .detail .left-container .subject[data-v-6b1879cb],
.storage-card-container .detail .right-container .subject[data-v-6b1879cb] {
  line-height: 21px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}
.storage-card-container .detail .left-container .subject .storage-icon[data-v-6b1879cb],
.storage-card-container .detail .right-container .subject .storage-icon[data-v-6b1879cb] {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/storage.221b13b8.svg?regionId=200000001852);
  vertical-align: text-bottom;
}
.storage-card-container .detail .left-container .subject .svg-icon[data-v-6b1879cb],
.storage-card-container .detail .right-container .subject .svg-icon[data-v-6b1879cb] {
  width: 14px;
  height: 14px;
}
.storage-card-container .detail .left-container .title[data-v-6b1879cb],
.storage-card-container .detail .right-container .title[data-v-6b1879cb] {
  font-weight: 400;
  font-size: 12px;
  color: #666;
  line-height: 18px;
}
.storage-card-container .detail .left-container .usage-info[data-v-6b1879cb],
.storage-card-container .detail .right-container .usage-info[data-v-6b1879cb] {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.storage-card-container .detail .left-container .usage-info .quantity[data-v-6b1879cb],
.storage-card-container .detail .right-container .usage-info .quantity[data-v-6b1879cb] {
  margin-top: 10px;
}
.storage-card-container .detail .left-container .usage-info .quantity .num[data-v-6b1879cb],
.storage-card-container .detail .left-container .usage-info .quantity .unit[data-v-6b1879cb],
.storage-card-container .detail .right-container .usage-info .quantity .num[data-v-6b1879cb],
.storage-card-container .detail .right-container .usage-info .quantity .unit[data-v-6b1879cb] {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #111111;
}
.storage-card-container .detail .left-container .usage-info .quantity .unit[data-v-6b1879cb],
.storage-card-container .detail .right-container .usage-info .quantity .unit[data-v-6b1879cb] {
  margin-left: 5px;
  font-size: 12px;
  line-height: 30px;
  color: #666;
}
.storage-card-container .detail .left-container[data-v-6b1879cb] {
  margin-right: 80px;
}
.storage-card-container .description[data-v-6b1879cb] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  line-height: 18px;
  text-align: justify;
  font-style: normal;
}
.storage-card-container .description .cluster-scope[data-v-6b1879cb] {
  text-align: right;
}
.storage-card-container .description .cluster-scope .title[data-v-6b1879cb] {
  font-weight: 400;
  font-size: 12px;
  color: #999;
  line-height: 17px;
  text-align: justify;
  font-style: normal;
}
.storage-card-container .description .cluster-name[data-v-6b1879cb] {
  padding: 3px 5px;
  margin-left: 8px;
  border-radius: 6px;
  line-height: 18px;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  font-style: normal;
}
.storage-card-container .description .cluster-name.common[data-v-6b1879cb] {
  background: rgba(61, 115, 245, 0.06);
  color: #3d73f5;
}
.storage-card-container .description .cluster-name.exclusive[data-v-6b1879cb] {
  background: rgba(255, 143, 52, 0.06);
  color: #ff8f34;
}
.storage-card-container .description .instructions[data-v-6b1879cb] {
  margin-left: 16px;
  text-decoration: underline;
  color: #666;
}
.storage-card-container .unavailable-container[data-v-6b1879cb] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  border-radius: 9px;
  background: rgba(61, 94, 255, 0.06);
}
.storage-card-container .unavailable-container .info-icon[data-v-6b1879cb] {
  font-size: 12px;
  color: #3d73f5;
}
.storage-card-container .unavailable-container .main-title[data-v-6b1879cb] {
  margin-left: 5px;
  line-height: 14px;
  font-weight: 600;
  font-size: 12px;
  color: #333;
}
.storage-card-container .unavailable-container .sub-link[data-v-6b1879cb],
.storage-card-container .unavailable-container .sub-title[data-v-6b1879cb] {
  margin-left: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.storage-card-container .unavailable-container .sub-title[data-v-6b1879cb] {
  color: #666;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.drawer-container {
  position: relative;
  height: 100%;
  padding: 20px 24px 0;
}
.drawer-container .el-alert {
  align-items: center;
}
.drawer-container .form {
  margin-top: 20px;
}
.drawer-container .table-tools {
  display: flex;
  justify-content: space-between;
  /* 筛选表单 */
}
.drawer-container .table-tools__left {
  line-height: 32px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.drawer-container .table-tools__conditions {
  flex: 1;
}
.drawer-container .table-tools__conditions .el-form {
  display: flex;
  justify-content: right;
}
.drawer-container .table-tools__conditions .el-form .el-form-item {
  margin-bottom: 0;
}
.drawer-container .table-tools__conditions .search-input {
  width: 320px;
}
.drawer-container .user-table {
  margin-bottom: 24px;
}
.drawer-container .user-table .el-switch.active::before {
  content: "开";
  position: absolute;
  z-index: 1;
  left: 6px;
  color: #fff;
  cursor: pointer;
}
.drawer-container .user-table .el-switch::before {
  content: "关";
  position: absolute;
  z-index: 1;
  right: 6px;
  color: #fff;
  cursor: pointer;
}
.drawer-container .main-content {
  height: calc(100% - 56px);
  overflow-y: auto;
}
.drawer-container .main-content .alert-icon {
  color: #3d73f5;
}
.drawer-container .main-content .check-fail-detail-container {
  position: relative;
  background: rgba(255, 242, 240, 0.4);
  padding: 20px;
  margin-bottom: 24px;
}
.drawer-container .main-content .check-fail-detail-container .close-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  color: #ff4545;
}
.drawer-container .main-content .check-fail-detail-container .header .svg-icon {
  color: #ff4545;
  margin-right: 8px;
}
.drawer-container .main-content .check-fail-detail-container .header .title {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.drawer-container .main-content .check-fail-detail-container .fail-detail {
  margin-top: 4px;
  padding: 0 24px;
}
.drawer-container .main-content .check-fail-detail-container .tips {
  font-weight: 400;
  font-size: 12px;
  color: #333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}
.drawer-container .main-content .check-fail-detail-container .task,
.drawer-container .main-content .check-fail-detail-container .vscode {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.drawer-container .main-content .check-fail-detail-container .task {
  color: #3d73f5;
  background: #f0f7ff;
}
.drawer-container .main-content .check-fail-detail-container .vscode {
  color: #333;
  background: #f7f8fa;
}
.drawer-container .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58px;
  padding: 12px 24px;
  background: #f7f8fa;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.name-column-slot .svg-icon[data-v-24c9118e] {
  cursor: pointer;
  color: #999;
}
.name-column-slot .svg-icon.margin-left-4[data-v-24c9118e] {
  margin-left: 4px;
}
.name-column-slot .svg-icon.edit-square[data-v-24c9118e] {
  color: #3d73f5;
}
.name-column-slot .svg-icon + .svg-icon[data-v-24c9118e] {
  margin-left: 4px;
}
.name-column-slot .content[data-v-24c9118e] {
  font-weight: 400;
  font-size: 12px;
  color: #333;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.name-column-slot .content.main-content[data-v-24c9118e] {
  color: #333;
}
.name-column-slot .content.sub-content[data-v-24c9118e] {
  color: #999;
}
.name-column-slot .edit-name-container[data-v-24c9118e] {
  position: absolute;
  display: flex;
  align-items: center;
  width: 350px;
  height: 100%;
  padding: 12px 16px;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0px 0px 16px 0px rgba(100, 110, 144, 0.2);
  background: #fff;
}
.name-column-slot .edit-name-container .el-input[data-v-24c9118e] {
  width: calc(100% - 84px);
}
.name-column-slot .edit-name-container .svg-icon[data-v-24c9118e] {
  cursor: pointer;
  font-size: 16px;
}
.name-column-slot .edit-name-container .edit-confirm-icon[data-v-24c9118e] {
  margin-left: 13px;
  color: #1ac45d;
}
.name-column-slot .edit-name-container .edit-cancel-icon[data-v-24c9118e] {
  margin-left: 8px;
  color: #ff4545;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.mount-path-column-slot .svg-icon[data-v-b81b4e52] {
  cursor: pointer;
  color: #999;
}
.mount-path-column-slot .svg-icon.margin-left-4[data-v-b81b4e52] {
  margin-left: 4px;
}
.mount-path-column-slot .svg-icon + .svg-icon[data-v-b81b4e52] {
  margin-left: 4px;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.status-column-slot .svg-icon[data-v-5df2e834] {
  cursor: pointer;
  color: #999;
}
.status-column-slot .flex-algin-center[data-v-5df2e834] {
  display: flex;
  align-items: center;
}
.status-column-slot .status.failed .reaon-container[data-v-5df2e834] {
  display: flex;
  align-items: center;
}
.status-column-slot .status.failed .reaon-container .reason[data-v-5df2e834] {
  max-width: calc(100% - 16px);
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.status-column-slot .status.failed .reaon-container .error-detail-icon[data-v-5df2e834] {
  flex-basis: 16px;
  margin-left: 4px;
  flex-grow: 0;
  flex-shrink: 0;
}
.status-column-slot .status .progress[data-v-5df2e834] {
  width: 112px;
  margin-top: 8px;
}
.status-column-slot .status .progress.el-progress[data-v-5df2e834]  .el-progress-bar__outer {
  background-color: var(--color-neutral-3) !important;
}
.status-column-slot .status .executing-icon[data-v-5df2e834] {
  color: #999;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.basic-dataset-progress-detail-popover {
  padding: 0;
  z-index: 1 !important;
}
.basic-dataset-progress-detail-popover .progress-detail-container {
  width: 258px;
  height: 66px;
  padding: 16px;
  box-shadow: 0px 0px 16px 0px rgba(100, 110, 144, 0.2);
  background: #fff;
}
.basic-dataset-progress-detail-popover .progress-detail-container .el-progress.progress {
  width: 226px;
}
.basic-dataset-progress-detail-popover .progress-detail-container .el-progress.progress ::v-deep .el-progress-bar__outer {
  background-color: color-nature-3 !important;
}
.basic-dataset-progress-detail-popover .progress-detail-container .progress-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  line-height: 18px;
  text-align: left;
  font-style: normal;
}
.basic-dataset-progress-detail-popover .progress-detail-container .progress-detail .content {
  color: #333;
}
.basic-dataset-error-detail-popover {
  padding: 0;
}
.basic-dataset-error-detail-popover .error-detail-container {
  padding: 16px;
}
.basic-dataset-error-detail-popover .error-detail-container .title {
  line-height: 18px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
}
.basic-dataset-error-detail-popover .error-detail-container .reason-content,
.basic-dataset-error-detail-popover .error-detail-container .error-detail {
  margin-bottom: 4px;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  white-space: break-spaces;
  word-break: break-all;
  line-break: anywhere;
  color: #666;
}
.basic-dataset-error-detail-popover .error-detail-container .error-detail {
  padding: 10px 0;
  border-radius: 4px;
  background-color: #f7f8fa;
}
.basic-dataset-error-detail-popover .error-detail-container .error-detail .error-detail-content {
  padding: 0 10px;
  max-height: 90px;
  overflow-y: auto;
}
.basic-dataset-error-detail-popover .error-detail-container .error-detail-header {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.basic-dataset-error-detail-popover .error-detail-container .error-detail-header .title {
  cursor: pointer;
}
.basic-dataset-error-detail-popover .error-detail-container .error-detail-header .el-icon-arrow-up,
.basic-dataset-error-detail-popover .error-detail-container .error-detail-header .el-icon-arrow-down {
  font-weight: bold;
  color: #000;
}
.basic-dataset-error-detail-popover .error-detail-container .file-copy {
  color: #3d73f5;
  cursor: pointer;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.visible-range-column-slot[data-v-04a7dfae] {
  display: flex;
  align-items: center;
}
.visible-range-column-slot .svg-icon[data-v-04a7dfae] {
  cursor: pointer;
}
.visible-range-column-slot .svg-icon.edit-square[data-v-04a7dfae] {
  color: #3d73f5;
}
.visible-range-column-slot .svg-icon.margin-left-4[data-v-04a7dfae] {
  margin-left: 4px;
}
.visible-range-column-slot .visible-range[data-v-04a7dfae] {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.visible-range-column-slot .visible-range-0[data-v-04a7dfae] {
  background: #edfff1;
  color: #1ac45d;
}
.visible-range-column-slot .visible-range-1[data-v-04a7dfae] {
  background: #fff9f0;
  color: #ff8f34;
}
.visible-range-column-slot .visible-range-2[data-v-04a7dfae] {
  background: #f0f7ff;
  color: #3d73f5;
}
.visible-range-column-slot .visible-range-3[data-v-04a7dfae] {
  background: #f0f7ff;
  color: #3d73f5;
}
.visible-range-column-slot .workspace-tag[data-v-04a7dfae] {
  display: block;
  height: 24px;
  padding: 3px 8px;
  margin-left: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3d73f5;
  background: #f0f7ff;
  border-radius: 3px;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.basic-data-workspace-popover {
  width: 310px;
  padding: 0 0 16px;
}
.basic-data-workspace-popover .workspace-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 8px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
  line-height: 18px;
}
.basic-data-workspace-popover .scroll-wrapper {
  max-height: 152px;
  padding: 0 22px 0 16px;
  overflow-y: auto;
}
.basic-data-workspace-popover .workspace-item {
  display: flex;
  align-items: center;
}
.basic-data-workspace-popover .workspace-item + .workspace-item {
  margin-top: 8px;
}
.basic-data-workspace-popover .workspace-item .workspace-name {
  width: calc(100% - 44px);
  font-weight: 400;
  font-size: 12px;
  color: #333;
  line-height: 18px;
}
.basic-data-workspace-popover .workspace-item .workspace-permission {
  width: 40px;
  margin-left: 4px;
  height: 24px;
  padding: 3px 8px;
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
  border-radius: 3px;
}
.basic-data-workspace-popover .workspace-item .workspace-permission.workspace-permission-0 {
  background: #f0f7ff;
  color: #3d73f5;
}
.basic-data-workspace-popover .workspace-item .workspace-permission.workspace-permission-1 {
  background: #f7f8fa;
  color: #333;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.operation-column-slot .operation-btn[data-v-a5029eea] {
  white-space: nowrap;
  display: inline-block;
}
.operation-column-slot .btn + .el-button--text[data-v-a5029eea],
.operation-column-slot .el-button--text + .btn[data-v-a5029eea],
.operation-column-slot .btn + .btn[data-v-a5029eea],
.operation-column-slot .el-button--text + .el-button--text[data-v-a5029eea] {
  margin-left: var(--button-margin);
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.delete-dataset-popover {
  padding: 16px;
}
.delete-dataset-popover .delete-text {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.delete-dataset-popover .delete-tips {
  margin-top: 8px;
  padding: 8px;
  background: #fff9f0;
  color: #666;
}
.delete-dataset-popover .btn-wrapper {
  margin-top: 16px;
  text-align: right;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.import-path-column-slot[data-v-55b82864] {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.import-path-column-slot .svg-icon[data-v-55b82864] {
  cursor: pointer;
  color: #999;
  margin-left: 4px;
}
.import-path-column-slot .svg-icon.overflow-icon[data-v-55b82864] {
  margin-bottom: 3px;
}
.import-path-column-slot .overflow-box[data-v-55b82864] {
  display: -webkit-box;
  white-space: unset;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex-grow: 0;
  max-width: calc(100% - 16px);
}
.import-path-column-slot .overflow-box .content .text[data-v-55b82864] {
  white-space: break-spaces;
  word-break: break-all;
  line-break: anywhere;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.basic-dataset-container[data-v-13630497] {
  padding: 16px 20px;
  height: calc(100vh - 165px);
  overflow-y: auto;
  /* 表格工具栏 */
  /* 分页 */
}
.basic-dataset-container .storage-card[data-v-13630497] {
  width: 50%;
  min-width: 560px;
  cursor: pointer;
}
.basic-dataset-container .table-tools[data-v-13630497] {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  /* 筛选表单 */
}
.basic-dataset-container .table-tools__conditions[data-v-13630497] {
  flex: 1;
}
.basic-dataset-container .table-tools__conditions .el-form[data-v-13630497] {
  display: flex;
  justify-content: right;
}
.basic-dataset-container .table-tools__conditions[data-v-13630497]  .el-form-item {
  flex: 1;
  max-width: 25%;
  margin-bottom: 0;
}
.basic-dataset-container .table-tools__conditions[data-v-13630497]  .el-form-item:last-child {
  margin-right: 0;
}
.basic-dataset-container .table-tools__conditions[data-v-13630497]  .el-form-item .el-form-item__content {
  width: 100%;
}
.basic-dataset-container .table-tools__conditions[data-v-13630497]  .el-form-item .el-form-item__content .el-select {
  width: 100%;
}
.basic-dataset-container .el-pagination[data-v-13630497] {
  text-align: right;
}
.basic-dataset-container .el-table .svg-icon[data-v-13630497] {
  cursor: pointer;
  color: #999;
}
.basic-dataset-container .el-table .svg-icon.margin-left-4[data-v-13630497] {
  margin-left: 4px;
}
.basic-dataset-container .el-table .svg-icon.edit-square[data-v-13630497] {
  color: #3d73f5;
}
.basic-dataset-container .el-table .svg-icon + .svg-icon[data-v-13630497] {
  margin-left: 4px;
}
.basic-dataset-container .el-table .owner-name[data-v-13630497],
.basic-dataset-container .el-table .date[data-v-13630497] {
  color: #333;
}
.basic-dataset-container .el-table .owner-id[data-v-13630497],
.basic-dataset-container .el-table .time[data-v-13630497] {
  color: #999;
}
.basic-dataset-container .el-table[data-v-13630497]  .description .cell.el-tooltip {
  display: -webkit-box;
  white-space: unset;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: calc(100% - 16px);
  white-space: break-spaces;
  word-break: break-all;
  line-break: anywhere;
}
.basic-dataset-container .el-table .specialSetting[data-v-13630497] {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 3px;
  line-height: 18px;
}
.basic-dataset-container .el-table .specialSetting-isDataProtected[data-v-13630497] {
  background: #fff2f0;
  color: #ff4545;
}
.basic-dataset-container .el-table .specialSetting-isPathProtected[data-v-13630497] {
  background: #fff9f0;
  color: #ff8f34;
}
.basic-dataset-container .empty[data-v-13630497]  .el-empty__description {
  font-size: 12px;
  color: #999;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
[data-v-6c4ce1e0] .el-card__body {
  padding: 0;
}
[data-v-6c4ce1e0] .dataset-tab > .el-tabs__header {
  margin: 0;
  padding: 7px 20px 2px 20px;
}
.dataset-container[data-v-6c4ce1e0] {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  position: relative;
}
.dataset-container .dataset-guide[data-v-6c4ce1e0] {
  position: relative;
  border-radius: 8px;
  background: linear-gradient(90deg, #e3e4fe 54%, #dbe5ff 92%);
  margin: 20px;
  margin-bottom: 0px;
  padding: 20px 20px 20px 0px;
  overflow: hidden;
  height: 189px;
}
.dataset-container .dataset-guide .guide-background[data-v-6c4ce1e0] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 468px;
  height: 189px;
  background: url(../img/dataset-guide-bg.39125e1c.png?regionId=200000001852) no-repeat;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 1400px) {
.dataset-container .dataset-guide .guide-background[data-v-6c4ce1e0] {
    right: -100px;
}
}
.dataset-container .dataset-guide .guide-content[data-v-6c4ce1e0] {
  position: relative;
  z-index: 1;
}
.dataset-container .dataset-guide .guide-content .guide-header[data-v-6c4ce1e0] {
  display: flex;
  margin-bottom: 20px;
}
.dataset-container .dataset-guide .guide-content .guide-header .guide-title[data-v-6c4ce1e0] {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
  margin-left: 20px;
}
.dataset-container .dataset-guide .guide-content .guide-steps[data-v-6c4ce1e0] {
  width: calc(100% - 420px);
  min-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dataset-container .dataset-guide .guide-content .guide-steps .steps-circles[data-v-6c4ce1e0] {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
  width: 600px;
}
.dataset-container .dataset-guide .guide-content .guide-steps .steps-circles .step-circle[data-v-6c4ce1e0] {
  width: 32px;
  height: 32px;
  background: #f4f4ff;
  border: 1px solid #6053ea;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  color: #6053ea;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataset-container .dataset-guide .guide-content .guide-steps .steps-circles .step-line[data-v-6c4ce1e0] {
  width: 162px;
  height: 1px;
  background: #dcd4ff;
  margin: 0 8px;
}
.dataset-container .dataset-guide .guide-content .guide-steps .steps-content[data-v-6c4ce1e0] {
  display: flex;
  width: 600px;
  gap: 30px;
  justify-content: space-between;
}
.dataset-container .dataset-guide .guide-content .guide-steps .steps-content .step-item[data-v-6c4ce1e0] {
  width: 180px;
  flex: none;
  position: relative;
}
.dataset-container .dataset-guide .guide-content .guide-steps .steps-content .step-item .step-title[data-v-6c4ce1e0] {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #333333;
}
.dataset-container .dataset-guide .guide-content .guide-steps .steps-content .step-item .step-title .arrow-icon[data-v-6c4ce1e0] {
  width: 16px;
  height: 16px;
  background: url(../img/right-arrow.951ba862.png?regionId=200000001852) no-repeat;
  background-size: cover;
  display: none;
}
.dataset-container .dataset-guide .guide-content .guide-steps .steps-content .step-item .step-desc[data-v-6c4ce1e0] {
  font-size: 12px;
  color: #7c818c;
  line-height: 20px;
}
.dataset-container .toggle-flow[data-v-6c4ce1e0] {
  position: absolute;
  height: 30px;
  line-height: 30px;
  right: 20px;
  font-size: 14px;
  font-weight: 400;
  top: 8px;
  color: #666666;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dataset-container .toggle-flow .eye-icon[data-v-6c4ce1e0] {
  width: 14px;
  height: 14px;
  font-size: 14px;
}
.dataset-container .dataset-list[data-v-6c4ce1e0] {
  flex: 1;
  padding: 20px 20px 24px 20px;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.form__container .path-wrap[data-v-00c198fe],
.form__container .el-input[data-v-00c198fe],
.form__container .el-textarea[data-v-00c198fe] {
  width: 50%;
  max-width: 745px;
  /* 1920页面宽度下，右侧面板50%的像素值 */
  min-width: 468px;
}
.form__container .el-select .el-input.el-input--suffix[data-v-00c198fe] {
  width: 100%;
}
.form__container .el-input-number .el-input[data-v-00c198fe] {
  width: auto;
  min-width: 0;
}
.form__container .form-item--short .el-input[data-v-00c198fe],
.form__container .form-item--short .el-select[data-v-00c198fe],
.form__container .form-item--short .el-textarea[data-v-00c198fe],
.form__container .form-item--short .el-input-number[data-v-00c198fe] {
  width: 150px;
  min-width: 0;
}
.form__container .form-info[data-v-00c198fe] {
  margin-left: var(--margin-2x);
}
.form__container .el-button + .el-button[data-v-00c198fe] {
  margin-left: var(--margin-4x);
}
.form__container .alert-tip[data-v-00c198fe] {
  line-height: initial;
}
.form__container .alert-tip[data-v-00c198fe]  .el-alert {
  padding-left: 0px;
}
.form__container[data-v-00c198fe]  .path-tip.is-alert-tip {
  margin-top: 8px;
  width: 50%;
  max-width: 745px;
  min-width: 468px;
  line-height: 18px;
}
.data-type[data-v-00c198fe] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.data-type .data-type-item[data-v-00c198fe] {
  padding: 4px 20px;
  background: #fff;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  border-right: 0;
  cursor: pointer;
}
.data-type .data-type-item[data-v-00c198fe]:first-child {
  border-radius: 2px 0 0 2px;
}
.data-type .data-type-item[data-v-00c198fe]:last-child {
  border-right: 1px solid #d9d9d9;
  border-radius: 0 2px 2px 0;
}
.data-type .data-type-item.active[data-v-00c198fe] {
  background: #f0f7ff;
  color: #3d73f5;
  border: 1px solid #3d73f5;
}
.data-type .data-type-item.active + .data-type-item[data-v-00c198fe] {
  border-left: 0;
}
.mark-type .mark-type-item[data-v-00c198fe] {
  display: inline-block;
  padding: 4px 20px;
  margin-right: 2px;
  line-height: 20px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  background: #f0f7ff;
  color: #333;
  cursor: pointer;
}
.mark-type .mark-type-item.active[data-v-00c198fe] {
  background: #3d73f5;
  color: #fff;
}
.vip[data-v-00c198fe] {
  display: inline-block;
  width: 31px;
  height: 20px;
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ff8f34;
  line-height: 20px;
}
.type-tip[data-v-00c198fe] {
  margin-top: 12px;
  color: #7c818c;
  line-height: normal;
}
.type-tip span[data-v-00c198fe] {
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
}
.path-wrap[data-v-00c198fe] {
  display: flex;
}
.path-wrap .el-select[data-v-00c198fe] {
  width: calc(100% - 32px);
  /* 移除右侧边框，避免重叠 */
}
.path-wrap .el-select[data-v-00c198fe]  .el-input__inner {
  border-radius: 3px 0 0 3px; /* 只设置左侧圆角 */
}
.path-wrap .path-refresh[data-v-00c198fe] {
  cursor: pointer;
  text-align: center;
  width: 32px;
  height: 32px;
  background-color: #f6f7f9;
  border: 1px solid #d9d9d9;
  border-left: none;
  border-radius: 0 3px 3px 0;
}
.path-alert[data-v-00c198fe] {
  height: 36px;
  width: 745px;
  margin-top: 8px;
  line-height: normal;
}
.path-alert span[data-v-00c198fe] {
  color: #ff8f34;
}
.path-alert[data-v-00c198fe]  .el-alert__description {
  margin-top: 0px;
}
.tip[data-v-00c198fe] {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  color: #666;
}
.source-tip[data-v-00c198fe] {
  margin-left: 10px;
}
.tree[data-v-00c198fe] {
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
}
.node-content[data-v-00c198fe] {
  margin-left: -0.5em;
  display: flex;
  align-items: center;
  color: #333;
}
.node-radio[data-v-00c198fe] {
  margin-left: 5px;
  margin-right: 5px;
}
[data-v-00c198fe] label.node-radio > span.el-radio__label {
  display: none !important;
}
.node-icon[data-v-00c198fe] {
  color: #353f58;
}
.node-icon .svg-icon[data-v-00c198fe] {
  display: none;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
}
.node-icon .svg-icon[data-v-00c198fe]:first-child {
  display: inline;
}
.is-expanded > .el-tree-node__content .node-icon[data-v-00c198fe] {
  color: #353f58;
}
.is-expanded > .el-tree-node__content .node-icon .svg-icon[data-v-00c198fe] {
  display: none;
}
.is-expanded > .el-tree-node__content .node-icon .svg-icon[data-v-00c198fe]:last-child {
  display: inline;
}
[data-v-00c198fe] .el-tree-node__content {
  position: relative;
}
[data-v-00c198fe] .el-tree-node__content .handler-menu {
  position: absolute;
  right: 0.5em;
  display: none;
}
[data-v-00c198fe] .el-tree-node__content .handler-menu .el-button:not(.pop-tooltip .el-button) {
  padding: 0;
  margin: 0.9em 0.3em;
}
[data-v-00c198fe] .el-tree-node__content .handler-menu .handler-icon {
  color: #353f58;
}
[data-v-00c198fe] .el-tree-node__content:hover .handler-menu {
  display: flex;
}
.sub-tree[data-v-00c198fe]  .el-tree-node > .el-tree-node__children {
  overflow: initial;
}
.sub-tree .hover-wrapper[data-v-00c198fe] {
  display: inline-block;
  margin-left: -0.4em;
}
.sub-tree .hover-wrapper:hover .pop-tooltip[data-v-00c198fe] {
  display: block;
}
.sub-tree .pop-tooltip[data-v-00c198fe] {
  display: none;
  position: absolute;
  z-index: 2019;
  top: 24px;
  right: 0;
}
.edit-wrap[data-v-00c198fe] {
  height: 24px;
  width: 200px;
  display: inline-block;
}
.edit-wrap .el-input[data-v-00c198fe] {
  height: 24px;
  width: 100%;
  margin-right: 10px;
}
.edit-wrap svg[data-v-00c198fe] {
  cursor: pointer;
  font-size: 16px;
  margin-right: 4px;
  vertical-align: sub;
}
[data-v-00c198fe] .edit-wrap .el-input__inner {
  height: 24px;
}
.pvc-name-wrap[data-v-00c198fe] {
  display: flex;
  height: 16px;
}
.pvc-name[data-v-00c198fe] {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3d73f5;
  cursor: pointer;
  margin: 0 12px;
}
.delete-pvc[data-v-00c198fe] {
  cursor: pointer;
  color: #353f58;
  margin-top: 2px;
}
.form__footer[data-v-00c198fe] {
  float: right;
}
.form__footer .el-button + .el-button[data-v-00c198fe] {
  margin-left: var(--margin-4x);
}
