index.less 273 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
.itemPanel {
  flex: 1;
  background: #fafafa;

  :global {
    .ant-card {
      background: #fafafa;
    }

    .ant-card-body {
      display: flex;
      flex-direction: column;
      align-items: center;

      > div {
        margin-bottom: 16px;
      }
    }
  }
}