.share-dialog .dialog-body[data-v-7ca823e1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 16px;
  height: 60vh;
  overflow: hidden;
}
.share-dialog .left-panel[data-v-7ca823e1] {
  width: 280px;
  border-right: 1px solid #ebeef5;
  padding-right: 16px;
  overflow-y: auto;
}
.share-dialog .right-panel[data-v-7ca823e1] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  position: relative;
}
.share-dialog .right-panel .sticky-header[data-v-7ca823e1] {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  background: #fff;
  z-index: 1000;
  padding: 16px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.share-dialog .right-panel .sticky-header .header-title[data-v-7ca823e1] {
  font-size: 14px;
  font-weight: 600;
  color: #303133;
}
.share-dialog .right-panel .sticky-header .header-radio[data-v-7ca823e1] {
  /* 如果需要微调单选框位置或间距，在这里写 */
  margin: 0;
}
.share-dialog .project-checkbox-group[data-v-7ca823e1],
.share-dialog .project-check-group.grid-layout[data-v-7ca823e1] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-dialog .project-checkbox-group .el-checkbox[data-v-7ca823e1],
.share-dialog .project-check-group.grid-layout .el-checkbox[data-v-7ca823e1] {
  margin: 0;
}
.share-dialog .project-checkbox-group .el-checkbox[data-v-7ca823e1]  .el-checkbox__label,
.share-dialog .project-check-group.grid-layout .el-checkbox[data-v-7ca823e1]  .el-checkbox__label {
  white-space: nowrap;
}
.share-dialog .form-section[data-v-7ca823e1] {
  margin-bottom: 20px;
}
.share-dialog .form-section-title[data-v-7ca823e1] {
  font-size: 13px;
  color: #303133;
  margin-bottom: 10px;
  font-weight: 600;
}
.share-dialog .project-tags[data-v-7ca823e1] {
  gap: 6px;
}
.share-dialog .project-tags .project-tag[data-v-7ca823e1] {
  margin: 2px;
  font-size: 12px;
}
.share-dialog .effective-tag[data-v-7ca823e1] {
  font-size: 12px;
  padding: 0 8px;
}
.share-dialog .action-buttons .el-button[data-v-7ca823e1] {
  padding: 5px 10px;
}
.share-dialog .dialog-footer[data-v-7ca823e1] {
  padding: 12px 20px;
  background: #f8f9fa;
}
.share-dialog .user-card-container[data-v-7ca823e1] {
  min-height: 140px;
  margin-bottom: 12px;
}
.share-dialog .add-user-btn[data-v-7ca823e1] {
  width: 100%;
}
.share-dialog .user-cell[data-v-7ca823e1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
}
.share-dialog .user-cell[data-v-7ca823e1]  .el-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-dialog .user-cell .user-name[data-v-7ca823e1] {
  font-size: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.share-dialog .user-search-section .user-search-input[data-v-7ca823e1] {
  margin-bottom: 12px;
}
.share-dialog .user-search-section .user-search-input .search-btn[data-v-7ca823e1] {
  padding: 12px;
}
.share-dialog .user-search-section .user-card-container[data-v-7ca823e1] {
  min-height: 160px;
  margin-bottom: 12px;
}
.share-dialog .user-search-section .user-card[data-v-7ca823e1] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.share-dialog .user-search-section .user-card .user-avatar img[data-v-7ca823e1] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 8px;
}
.share-dialog .user-search-section .user-card .user-name[data-v-7ca823e1] {
  font-size: 14px;
  margin-bottom: 4px;
}
.share-dialog .user-search-section .user-card .user-phone[data-v-7ca823e1] {
  color: #909399;
  font-size: 12px;
}
.share-dialog .user-search-section .user-card .user-status[data-v-7ca823e1] {
  margin-top: 8px;
}
.fade-enter-active[data-v-7ca823e1],
.fade-leave-active[data-v-7ca823e1] {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fade-enter[data-v-7ca823e1],
.fade-leave-to[data-v-7ca823e1] {
  opacity: 0;
}

.info-card[data-v-1674b00e] {
  margin-bottom: 30px;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.info-card[data-v-1674b00e] .el-card__header {
  padding: 10px 24px;
}
.card-header[data-v-1674b00e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-header .header-left[data-v-1674b00e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.card-header .header-left i[data-v-1674b00e] {
  font-size: 30px;
  margin-right: 8px;
}
.card-header .header-left .el-icon-s-help[data-v-1674b00e] {
  color: #67c23a;
}
.card-header .header-left .card-title[data-v-1674b00e] {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', sans-serif;
}
/* 修复描述项宽度变化问题 */
[data-v-1674b00e] .el-descriptions {
  table-layout: fixed !important;
  width: 100%;
}
[data-v-1674b00e] .el-descriptions-item__label {
  line-height: 35px !important;
  width: 10% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-1674b00e] .el-descriptions-item__cell {
  min-width: 250px !important;
  width: 35%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info_room[data-v-1674b00e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
}
.col[data-v-1674b00e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFang SC, PingFang SC;
  font-size: 14px;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.col > .key[data-v-1674b00e] {
  color: #777777;
  width: 84px !important;
  text-align: right;
  margin-right: 10px;
}
.col > .value[data-v-1674b00e] {
  color: #333333;
}
.col > .inline-edit[data-v-1674b00e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.line[data-v-1674b00e] {
  height: 1px;
  border-top: 1px dashed #ccc;
  margin: 20px;
}

.text-ellipsis[data-v-97538982] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-container[data-v-97538982] {
  padding: 0 20px 20px;
}
.info-container .info-card[data-v-97538982] {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
  padding: 16px 20px;
  border: 1px solid #ebeef5;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.info-container .info-card[data-v-97538982]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.info-container .section-title[data-v-97538982] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  position: relative;
}
.info-container .section-title[data-v-97538982]::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background: #409EFF;
}
.info-container .section-title i[data-v-97538982] {
  font-size: 18px;
  margin-right: 8px;
  background: linear-gradient(135deg, #409EFF, #73b8ff);
  -webkit-background-clip: text;
  color: transparent;
}
.info-container .section-title span[data-v-97538982] {
  font-size: 15px;
  font-weight: 600;
  color: #303133;
  letter-spacing: 0.5px;
}
.info-container .grid-container[data-v-97538982] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.info-container .info-item[data-v-97538982] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 36px;
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
}
.info-container .info-item label[data-v-97538982] {
  width: 120px;
  color: #909399;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.info-container .info-item label i[data-v-97538982] {
  margin-right: 6px;
  font-size: 14px;
  color: #909399;
}
.info-container .info-item .content[data-v-97538982] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #303133;
  font-size: 13px;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-container .info-item .content.copyable[data-v-97538982] {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info-container .info-item .content.copyable[data-v-97538982]:hover {
  background: #f5f7fa;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.info-container .info-item .content.copyable:hover .copy-icon[data-v-97538982] {
  opacity: 1;
  color: #409EFF;
}
.info-container .info-item .content .copy-icon[data-v-97538982] {
  opacity: 0.6;
  margin-left: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.info-container .info-item .content .order-tag.order-type-0[data-v-97538982] {
  background: #f0f4ff;
  color: #409EFF;
}
.info-container .info-item .content .order-tag.order-type-1[data-v-97538982] {
  background: #ecfff0;
  color: #4caf50;
}
.info-container .info-item .content .order-tag.order-type-2[data-v-97538982] {
  background: #e4e4e4;
  color: #6e6e6e;
}
.info-container .info-item .content .order-tag.order-type-3[data-v-97538982] {
  background: #fff3e2;
  color: #ff9800;
}
.info-container .info-item .content .order-tag.order-type-4[data-v-97538982] {
  background: #ffe9e9;
  color: #ff8080;
}
.info-container .info-item .content .order-tag.order-type-5[data-v-97538982] {
  background: #e9deff;
  color: #9e67ff;
}
.info-container .info-section[class*="logistics"] .section-title[data-v-97538982]::before {
  background: #f6673a;
}
.info-container .info-section[class*="logistics"] .section-title i[data-v-97538982] {
  background: linear-gradient(135deg, #f6673a, #f88d6b);
}
.info-container .info-section[class*="software"] .section-title[data-v-97538982]::before {
  background: #2173DC;
}
.info-container .info-section[class*="software"] .section-title i[data-v-97538982] {
  background: linear-gradient(135deg, #2173DC, #4c8fe4);
}
.info-container .info-section[class*="hardware"] .section-title[data-v-97538982]::before {
  background: #00A854;
}
.info-container .info-section[class*="hardware"] .section-title i[data-v-97538982] {
  background: linear-gradient(135deg, #00A854, #00db6e);
}
.info-container .info-section[class*="parts"] .section-title[data-v-97538982]::before {
  background: #8553d8;
}
.info-container .info-section[class*="parts"] .section-title i[data-v-97538982] {
  background: linear-gradient(135deg, #8553d8, #a27de1);
}
.info-container .commodity-list[data-v-97538982] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.info-container .commodity-list .commodity-item[data-v-97538982] {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.info-container .commodity-list .commodity-item[data-v-97538982]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
}
.info-container .commodity-list .commodity-item[data-v-97538982]:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.logistics-item .info-container .commodity-list .commodity-item[data-v-97538982] {
  border-color: rgba(246, 103, 58, 0.002);
}
.logistics-item .info-container .commodity-list .commodity-item[data-v-97538982]::before {
  background: #f6673a;
}
.software-item .info-container .commodity-list .commodity-item[data-v-97538982] {
  border-color: rgba(33, 115, 220, 0.002);
}
.software-item .info-container .commodity-list .commodity-item[data-v-97538982]::before {
  background: #2173DC;
}
.hardware-item .info-container .commodity-list .commodity-item[data-v-97538982] {
  border-color: rgba(0, 168, 84, 0.002);
}
.hardware-item .info-container .commodity-list .commodity-item[data-v-97538982]::before {
  background: #00A854;
}
.parts-item .info-container .commodity-list .commodity-item[data-v-97538982] {
  border-color: rgba(133, 83, 216, 0.002);
}
.parts-item .info-container .commodity-list .commodity-item[data-v-97538982]::before {
  background: #8553d8;
}
.info-container .commodity-list .commodity-item .commodity-info .name[data-v-97538982] {
  font-size: 13px;
  color: #303133;
  margin-bottom: 6px;
  font-weight: 500;
@extend . text-ellipsis;
  padding-left: 8px;
}
.info-container .commodity-list .commodity-item .commodity-info .count[data-v-97538982] {
  font-size: 12px;
  color: #667eea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
}
.info-container .commodity-list .commodity-item .commodity-info .count i[data-v-97538982] {
  margin-right: 6px;
  font-size: 14px;
}
.logistics-item .info-container .commodity-list .commodity-item .commodity-info .count i[data-v-97538982] {
  color: #f6673a;
}
.software-item .info-container .commodity-list .commodity-item .commodity-info .count i[data-v-97538982] {
  color: #2173DC;
}
.hardware-item .info-container .commodity-list .commodity-item .commodity-info .count i[data-v-97538982] {
  color: #00A854;
}
.parts-item .info-container .commodity-list .commodity-item .commodity-info .count i[data-v-97538982] {
  color: #8553d8;
}
.info-container .remark-content[data-v-97538982] {
  background: linear-gradient(45deg, #f8f9fa, #fdfdfe);
  padding: 12px;
  border-radius: 6px;
  color: #606266;
  line-height: 1.6;
  font-size: 13px;
  border-left: 4px solid #409EFF;
  -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.03);
          box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.03);
}
@media (max-width: 768px) {
.info-container[data-v-97538982] {
    padding: 0 10px 10px;
}
.info-container .grid-container[data-v-97538982] {
    grid-template-columns: 1fr;
}
.info-container .commodity-list[data-v-97538982] {
    grid-template-columns: 1fr;
}
}

.info-card[data-v-7a2f23c1],
.list-card[data-v-7a2f23c1] {
  margin-bottom: 30px;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.info-card[data-v-7a2f23c1] .el-card__header,
.list-card[data-v-7a2f23c1] .el-card__header {
  padding: 10px 24px;
}
.info-card .order-card-but[data-v-7a2f23c1],
.list-card .order-card-but[data-v-7a2f23c1] {
  font-size: 20px;
  color: #409EFF;
}
.card-header[data-v-7a2f23c1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-header .header-left[data-v-7a2f23c1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.card-header .header-left i[data-v-7a2f23c1] {
  font-size: 30px;
  margin-right: 8px;
}
.card-header .header-left .el-icon-s-help[data-v-7a2f23c1] {
  color: #67C23A;
}
.card-header .header-left .el-icon-s-order[data-v-7a2f23c1] {
  color: #E6A23C;
}
.card-header .header-left .el-icon-s-home[data-v-7a2f23c1] {
  color: #F56C6C;
}
.card-header .header-left .card-title[data-v-7a2f23c1] {
  font-size: 16px !important;
  font-weight: 600;
  color: #303133;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', sans-serif;
}
.card-header .header-right[data-v-7a2f23c1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.table-header[data-v-7a2f23c1],
.theme-table[data-v-7a2f23c1] th {
  background: #f8f9fc !important;
  color: #606266 !important;
  font-weight: 500 !important;
}
/* 操作按钮图标 */
.action-buttons .el-button i[data-v-7a2f23c1] {
  font-size: 12px;
  color: #909399;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.action-buttons .el-button i[data-v-7a2f23c1]:hover {
  color: #409EFF;
}
.table-header[data-v-7a2f23c1],
.theme-table[data-v-7a2f23c1] th {
  background: #f5f7fa !important;
  color: #2c3e50 !important;
  font-weight: 600 !important;
  font-size: 14px;
}
.el-table[data-v-7a2f23c1] .el-table__row {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.el-table[data-v-7a2f23c1] .el-table__row:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.el-table[data-v-7a2f23c1] .el-table__row td {
  padding: 12px 0;
}
.el-table--striped[data-v-7a2f23c1] .el-table__body tr.el-table__row--striped td {
  background: #fafbfc;
}
.type-tag[data-v-7a2f23c1] {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
}
.type-tag--0[data-v-7a2f23c1] {
  background: #f0f4ff;
  color: #409EFF;
}
.type-tag--1[data-v-7a2f23c1] {
  background: #ecfff0;
  color: #4caf50;
}
.type-tag--2[data-v-7a2f23c1] {
  background: #e4e4e4;
  color: #6e6e6e;
}
.type-tag--3[data-v-7a2f23c1] {
  background: #fff3e2;
  color: #ff9800;
}
.type-tag--4[data-v-7a2f23c1] {
  background: #ffe9e9;
  color: #ff8080;
}
.type-tag--5[data-v-7a2f23c1] {
  background: #e9deff;
  color: #9e67ff;
}
.status-badge[data-v-7a2f23c1] {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
}
.status-badge--0[data-v-7a2f23c1] {
  background: #fff3e0;
  color: #ff9800;
}
.status-badge--1[data-v-7a2f23c1] {
  background: #e8f5e9;
  color: #4caf50;
}
.status-badge--2[data-v-7a2f23c1] {
  background: #e3f2fd;
  color: #2196f3;
}
.status-badge--3[data-v-7a2f23c1] {
  background: #fff3e0;
  color: #f47878;
}
.status-badge--4[data-v-7a2f23c1] {
  background: #efefef;
  color: #9e9e9e;
}
.status-badge-deliver[data-v-7a2f23c1] {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
}
.status-badge-deliver--0[data-v-7a2f23c1] {
  background: #fff3e0;
  color: #ff9800;
}
.status-badge-deliver--1[data-v-7a2f23c1] {
  background: #f0f4ff;
  color: #7940da;
}
.status-badge-deliver--2[data-v-7a2f23c1] {
  background: #fce4ec;
  color: #e91e63;
}
.action-buttons[data-v-7a2f23c1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.action-buttons[data-v-7a2f23c1]:hover {
  opacity: 1;
}
.action-buttons .el-button[data-v-7a2f23c1] {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.action-buttons .el-button[data-v-7a2f23c1]:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.time-text[data-v-7a2f23c1] {
  color: #909399;
  font-size: 12px;
}
.el-table[data-v-7a2f23c1] {
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dialog[data-v-3f079ff6] {
  font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.list-card[data-v-471f0f45] {
  margin-bottom: 30px;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.list-card[data-v-471f0f45] .el-card__header {
  padding: 10px 24px;
}
.list-card .order-card-but[data-v-471f0f45] {
  font-size: 20px;
  color: #409eff;
}
.card-header[data-v-471f0f45] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-header .header-left[data-v-471f0f45] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.card-header .header-left i[data-v-471f0f45] {
  font-size: 30px;
  margin-right: 8px;
}
.card-header .header-left .el-icon-s-help[data-v-471f0f45] {
  color: #67c23a;
}
.card-header .header-left .el-icon-s-order[data-v-471f0f45] {
  color: #e6a23c;
}
.card-header .header-left .el-icon-s-home[data-v-471f0f45] {
  color: #f56c6c;
}
.card-header .header-left .card-title[data-v-471f0f45] {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', sans-serif;
}
.card-header .header-right[data-v-471f0f45] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.table-header[data-v-471f0f45],
.theme-table[data-v-471f0f45] th {
  background: #f8f9fc !important;
  color: #606266 !important;
  font-weight: 500 !important;
}
.theme-title-wrapper[data-v-471f0f45] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 120px;
  width: 100%;
  padding-right: 16px;
}
.theme-title-wrapper .theme-meta-grid[data-v-471f0f45] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 8px;
  min-height: 100px;
}
.theme-title-wrapper .theme-meta-grid .meta-row[data-v-471f0f45] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-header[data-v-471f0f45] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  height: 53px;
  background: -webkit-gradient(linear, left top, right top, from(#ebf3ff), to(rgba(231, 255, 253, 0)));
  background: linear-gradient(90deg, #ebf3ff 0%, rgba(231, 255, 253, 0) 100%);
  border-radius: 6px 6px 6px 6px;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-header .theme-version[data-v-471f0f45] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* 版本禁止收缩 */
  margin-left: 12px;
  font-size: 12px;
  color: #909399;
  padding: 2px 8px;
  border-radius: 10px;
  font-family: Monaco, monospace;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-header .theme-name[data-v-471f0f45] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1f2d3d;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-header .inline-btns[data-v-471f0f45] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-description[data-v-471f0f45] {
  min-height: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-description .description-content[data-v-471f0f45] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #909399;
  font-size: 13px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-description .extra-btns[data-v-471f0f45] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 12px;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-footer[data-v-471f0f45] {
  gap: 12px;
  color: #909399;
  font-size: 12px;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-footer .spacer[data-v-471f0f45] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-footer .theme-creator[data-v-471f0f45]::before {
  content: '\B7';
  margin: 0 6px;
}
.theme-title-wrapper .operate-btn-group[data-v-471f0f45] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 12px;
  padding: 6px 12px;
}
.theme-title-wrapper .operate-btn-group .el-button[data-v-471f0f45] {
  font-size: 20px;
}
.theme-title-wrapper .operate-btn-group .el-button.add-btn[data-v-471f0f45] {
  color: #409eff;
}
.theme-title-wrapper .operate-btn-group .el-button.edit-btn[data-v-471f0f45] {
  color: #67c23a;
}
.theme-title-wrapper .operate-btn-group .el-button.copy-btn[data-v-471f0f45] {
  color: #e6a23c;
}
.theme-title-wrapper .operate-btn-group .el-button.delete-btn[data-v-471f0f45] {
  color: #f56c6c;
}
.version-radio[data-v-471f0f45] {
  margin-right: 24px;
}
.version-radio[data-v-471f0f45] .el-radio-button__inner {
  padding: 8px 16px;
}
.version-radio[data-v-471f0f45] .el-radio-button__inner.is-active {
  background: #409eff;
  color: #fff;
}
.theme-collapse[data-v-471f0f45] .el-collapse-item__header {
  height: 36px;
  background: #fff;
  border-bottom: 1px solid #ebeef5;
  margin-top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.theme-collapse[data-v-471f0f45] .el-collapse-item__content {
  background: #fafbfc;
  padding-bottom: 0;
  overflow-y: auto;
  /* 内部滚动 */
}
.theme-collapse[data-v-471f0f45] .el-collapse-item {
  border: 1px solid #ebeef5;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.theme-collapse[data-v-471f0f45] .el-collapse-item__header {
  height: auto !important;
}
.theme-collapse[data-v-471f0f45] .el-collapse-item__arrow {
  margin-right: 12px;
  color: #909399;
}
.name_title[data-v-471f0f45] {
  font-size: 15px;
  font-weight: bold;
  font-family: PingFang SC, PingFang SC;
  color: #0080ff;
}
.info_room[data-v-471f0f45] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
}
.col[data-v-471f0f45] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFang SC, PingFang SC;
  font-size: 14px;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.col > .key[data-v-471f0f45] {
  color: #777777;
  width: 84px !important;
  text-align: right;
  margin-right: 10px;
}
.col > .value[data-v-471f0f45] {
  color: #333333;
}
.col > .inline-edit[data-v-471f0f45] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-table[data-v-471f0f45] {
  font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.el-empty[data-v-471f0f45] {
  padding: 0;
}

.project-detail-container[data-v-78ca5e83] {
  min-height: 100vh;
  background: #f0f2f6;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.project-detail-container .el-header[data-v-78ca5e83] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.project-detail-container .detail-main[data-v-78ca5e83] {
  width: 95%;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: visible;
}
.project-detail-container nav[data-v-78ca5e83] {
  font-family: Inter, Inter;
  font-size: 14px;
  color: #303133;
  margin: 14px 0;
}

