courseware-folder-table.component.scss 328 Bytes
Newer Older
李维's avatar
李维 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.table-container {

  .td-type-name-wrap {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    img {
      width: 32px;
      margin-right: 8px;
    }
  }
}

.p-share-pic {
  width: 0.8rem !important;
  height: 0.8rem;
  position: absolute;
  left: -0.2rem;
  top: 1.3rem;
}