index.less 803 字节
Newer Older
Z
zengqiao 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
.checkbox-content-ellipsis {
  width: 100%;
  & > span:last-child {
    width: calc(100% - 16px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.role-tab-detail,
.role-tab-assign-user {
  .desc-row {
    .label-col,
    .value-col {
      font-size: 13px;
      line-height: 18px;
    }
    .label-col {
      color: #74788d;
      text-align: right;
    }
    .value-col {
      color: #495057;
    }
  }
}

.role-tab-detail .role-permissions-container {
  margin-top: 24px;
  .title {
    height: 40px;
    padding: 10px 16px;
    border-radius: 8px;
    background: #f9f9fa;
    font-family: @font-family-bold;
    font-size: 13px;
    color: #353a40;
    text-align: left;
    line-height: 20px;
  }
}

.role-tab-assign-user .desc-row {
  margin-bottom: 24px;
}