index.less 243 B

123456789101112131415
  1. .dbox{
  2. display: flex;
  3. flex-flow: column;
  4. align-items: center;
  5. // padding: 10px;
  6. >span{
  7. display: flex;
  8. justify-content: left;
  9. width: 100%;
  10. }
  11. }
  12. .tabsBottom0 .ant-tabs-nav {
  13. margin-bottom: 0;
  14. }