10.aaa3e787.css 737 B

123456789101112131415161718192021222324252627282930313233343536
  1. #components-badge-demo-dot .anticon-notification[data-v-1a2139d9] {
  2. width: 16px;
  3. height: 16px;
  4. line-height: 16px;
  5. font-size: 16px;
  6. }
  7. #components-badge-demo-title .ant-badge[data-v-5acce32a]:not(.ant-badge-status) {
  8. margin-right: 20px;
  9. }
  10. .head-example[data-v-5acce32a] {
  11. width: 42px;
  12. height: 42px;
  13. border-radius: 4px;
  14. background: #eee;
  15. display: inline-block;
  16. }
  17. #components-badge-demo .ant-badge:not(.ant-badge-not-a-wrapper) {
  18. margin-right: 20px;
  19. }
  20. #components-badge-demo .head-example {
  21. width: 42px;
  22. height: 42px;
  23. border-radius: 4px;
  24. background: #eee;
  25. display: inline-block;
  26. vertical-align: middle;
  27. }
  28. #components-badge-demo .ant-badge-not-a-wrapper:not(.ant-badge-status) {
  29. margin-right: 8px;
  30. }