@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
-------------------------- */
.medium-dialog .dataset-label-wrap[data-v-559f5f6c] {
  display: flex;
  align-items: center;
}
.medium-dialog .dataset-label-wrap .dataset-title[data-v-559f5f6c] {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  line-height: 20px;
  cursor: pointer;
}
.medium-dialog .dataset-label-wrap .dataset-title.active[data-v-559f5f6c] {
  color: #333;
}
.medium-dialog .dataset-label-wrap[data-v-559f5f6c]  .el-breadcrumb {
  z-index: 10;
}
.medium-dialog .dataset-label-wrap[data-v-559f5f6c]  .el-breadcrumb .el-breadcrumb__item .el-breadcrumb__inner {
  display: inline-block;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.medium-dialog .dataset-label-wrap[data-v-559f5f6c]  .el-breadcrumb .el-breadcrumb__item:last-child .el-breadcrumb__inner {
  cursor: text;
}
.medium-dialog .group-table .group-name[data-v-559f5f6c] {
  color: #3d73f5;
  cursor: pointer;
}
.medium-dialog .empty-text[data-v-559f5f6c] {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #7c818c;
}
.medium-dialog .empty-text[data-v-559f5f6c]  .svg-icon {
  width: 400px;
  height: 265px;
}
.medium-dialog .custom-tree-node[data-v-559f5f6c]  .svg-icon {
  margin-right: 6px;
}
.medium-dialog .pagination[data-v-559f5f6c] {
  margin-bottom: 24px;
}
.medium-dialog .medium-dialog--scroll[data-v-559f5f6c] {
  height: 300px;
}
@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
-------------------------- */
.preview-warning-dialog[data-v-e75a71aa] .el-dialog .el-dialog__header {
  padding: 16px 32px;
}
@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
-------------------------- */
.file-tools__right .el-form[data-v-08feb0fb] {
  display: flex;
}
.file-tools__right .el-form-item[data-v-08feb0fb] {
  flex: 1;
  margin-bottom: 0;
}
.file-tools__right .el-form-item[data-v-08feb0fb]:last-child {
  flex: none;
  margin-right: 0;
}
.file-tools__right .el-form-item .el-form-item__content[data-v-08feb0fb] {
  width: 100%;
}
.pro-form-footer-content[data-v-08feb0fb] {
  margin-left: -41px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1 !important;
  padding: 13px 40px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  color: #666;
}
.pro-form-footer-content .value[data-v-08feb0fb] {
  color: #333;
  font-weight: 500;
}
.file-list .table-tools__left .selected-button[data-v-08feb0fb] {
  margin-right: 22px;
  font-size: 12px;
  line-height: 33px;
  color: #333;
  font-weight: 400;
  cursor: pointer;
}
.file-list .table-tools__left .selected-button .svg-icon[data-v-08feb0fb] {
  margin-right: 4px;
  font-size: 16px;
}
.file-list .files-label-wrap[data-v-08feb0fb] {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.file-list .files-label-wrap .files-title[data-v-08feb0fb] {
  flex-shrink: 0;
  cursor: pointer;
}
.file-list .files-label-wrap .files-title .svg-icon[data-v-08feb0fb] {
  margin-right: 5px;
}
.file-list .files-label-wrap[data-v-08feb0fb]  .el-breadcrumb {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
.file-list .files-label-wrap[data-v-08feb0fb]  .el-breadcrumb .el-breadcrumb__item {
  flex-shrink: 0;
}
.file-list .files-label-wrap[data-v-08feb0fb]  .el-breadcrumb .el-breadcrumb__item .el-breadcrumb__inner {
  display: inline-block;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.file-list .table-tools__right[data-v-08feb0fb] {
  display: flex;
  align-items: center;
}
.file-list .table-tools__right .radio-button[data-v-08feb0fb] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 32px;
  color: #666;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
.file-list .table-tools__right .radio-button.list-view-button[data-v-08feb0fb] {
  margin-left: 20px;
  border-right: 0;
  border-radius: 2px 0 0 2px;
}
.file-list .table-tools__right .radio-button.file-view-button[data-v-08feb0fb] {
  border-radius: 0 2px 2px 0;
}
.file-list .table-tools__right .radio-button.active[data-v-08feb0fb] {
  color: #fff;
  background: #3d73f5;
  border-color: #3d73f5;
}
.file-list[data-v-08feb0fb]  .list-view .cell:hover .file-name-wrap .svg-icon,
.file-list[data-v-08feb0fb]  .list-view .cell:hover .file-name-wrap .file-name {
  color: #3d73f5;
}
.file-list[data-v-08feb0fb]  .list-view .file-name-input {
  margin-left: 5px;
  margin-right: 10px;
  width: calc(100% - 70px);
}
.file-list[data-v-08feb0fb]  .list-view .file-name-wrap {
  cursor: pointer;
}
.file-list[data-v-08feb0fb]  .list-view .ufs-file-wrap .file-name {
  margin-left: 5px;
}
.file-list[data-v-08feb0fb]  .list-view .rename-icon {
  font-size: 14px;
  margin-right: 8px;
  cursor: pointer;
}
.file-list[data-v-08feb0fb]  .list-view .el-checkbox.is-disabled {
  display: none;
}
.file-list .select-all[data-v-08feb0fb] {
  margin-top: 16px;
  margin-bottom: 16px;
}
.file-list .files[data-v-08feb0fb] {
  height: calc(100vh - 294px);
}
.file-list .files .file-container[data-v-08feb0fb] {
  max-height: calc(100vh - 300px);
  overflow-y: scroll;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.file-list .files .file-container .file-box[data-v-08feb0fb] {
  position: relative;
  width: 138px;
  height: 135px;
  padding: 8px 16px 10px 15px;
  margin-right: 26px;
  margin-bottom: 16px;
  text-align: center;
  cursor: pointer;
}
.file-list .files .file-container .file-box[data-v-08feb0fb]:hover {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.file-list .files .file-container .file-box:hover .el-checkbox[data-v-08feb0fb] {
  display: inline-block;
}
.file-list .files .file-container .file-box .rename-icon[data-v-08feb0fb] {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.file-list .files .file-container .file-box .rename-icon-check[data-v-08feb0fb] {
  right: 24px;
}
.file-list .files .file-container .file-box .el-checkbox[data-v-08feb0fb] {
  position: absolute;
  top: 8px;
  left: 8px;
  display: none;
}
.file-list .files .file-container .file-box .el-checkbox.active[data-v-08feb0fb] {
  display: inline-block;
}
.file-list .files .file-container .file-box .file-icon[data-v-08feb0fb] {
  margin-top: 12px;
  margin-bottom: 13px;
}
.file-list .files .file-container .file-box .file-icon .svg-icon[data-v-08feb0fb] {
  width: 52px;
  height: 52px;
}
.file-list .files .file-container .file-box[data-v-08feb0fb]  .name {
  width: 106px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
}
.file-list .files .file-container .file-box[data-v-08feb0fb]  .name .file-name {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-list .files .file-container .file-box[data-v-08feb0fb]  .name .file-name span {
  white-space: nowrap;
}
.file-list .files .file-container .file-box[data-v-08feb0fb]  .name .file-name:hover {
  color: #3d73f5;
}
.file-list .files .file-container .file-box[data-v-08feb0fb]  .name .el-input__inner {
  height: 24px;
  line-height: 24px;
}
.file-list .files .file-container .file-box .date[data-v-08feb0fb] {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #666;
}
.file-list .files .file-container .ufs-file-box[data-v-08feb0fb] {
  cursor: default;
}

.el-tooltip__popper {
  max-width: 400px;
}

@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
-------------------------- */
.simple-table[data-v-6503b4b6] {
  height: calc(100vh - 140px);
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
}
.simple-table .query-wrap[data-v-6503b4b6] {
  width: 100%;
  text-align: right;
}
.simple-table .card-wrap[data-v-6503b4b6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.simple-table .card-wrap .card[data-v-6503b4b6] {
  width: calc(50% - 10px);
  min-width: 550px;
  height: 203px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
  overflow: hidden;
  overflow-y: auto;
  padding: 24px 24px 8px 24px;
  cursor: pointer;
}
.simple-table .card-wrap .card[data-v-6503b4b6]:hover {
  box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.03), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 6px 16px -8px rgba(0, 0, 0, 0.08);
}
.simple-table .card-wrap .card .row[data-v-6503b4b6] {
  display: flex;
  color: #333;
  margin-bottom: 16px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 20px;
}
.simple-table .card-wrap .card .row .title[data-v-6503b4b6] {
  width: 65px;
  text-align: right;
  font-weight: 500;
}
.simple-table .card-wrap .card .row .title .color-red[data-v-6503b4b6] {
  color: #df0629;
}
.simple-table .card-wrap .card .row .info[data-v-6503b4b6] {
  margin-left: 12px;
  flex: 1;
}
.no-data[data-v-6503b4b6] {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 40px;
  margin-top: 40px;
}
