.permission-parent-show {
  &.ant-tree {
    background-color: unset !important;
    .ant-tree-title {
      color: white !important;
    }
    .ant-tree-show-line,
    .ant-tree-switcher {
      color: white !important;
      background-color: unset !important;
    }
  }
  .ant-descriptions-item-label,
  .ant-descriptions-item-content {
    color: white !important;
    font-size: 12px !important;
  }
  .not-allow-apply {
    color: yellow;
  }
}
