.workspaces-wrap {
  div {
    box-sizing: border-box;
  }
  padding: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  .search-bar-wrap {
    margin-bottom: 24px;
    .title {
      color: var(--gray-900, #101828);
      font-size: 24px;
      font-weight: 600;
      line-height: 32px;
    }
    .line-1 {
      display: flex;
      justify-content: space-between;
      margin-bottom: 24px;
    }
    .line-2 {
      color: var(--gray-600, #475467);
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      display: inline-block;
      cursor: pointer;
    }
  }
  .workspaces-list {
    flex: 1;
    overflow: auto;
  }
}
// 添加你的样式定义
.render-base-item-wrap {
  display: flex;
  padding: 5px 0;
  .right-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 8px;
    .line-1 {
      color: var(--gray-900, #101828);
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
    }
    .line-2 {
      color: var(--gray-600, #475467);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
    }
  }
}
