App.css 287 B

1234567891011121314151617
  1. #tab-bar.demo {
  2. display: flex;
  3. flex-direction: column;
  4. }
  5. #tab-bar .demoName {
  6. height: 40px;
  7. }
  8. #tab-bar .demo-preview-item .am-tab-bar {
  9. background-color: white;
  10. }
  11. /*.spin {*/
  12. /*position: relative;*/
  13. /*top: 50%;*/
  14. /*left: 50%;*/
  15. /*transform: translate(-50%,-50%);*/
  16. /*}*/