15.029bb783.css 588 B

12345678910111213141516171819202122232425262728
  1. .gutter-example[data-v-ec2515f8] .ant-row > div {
  2. background: transparent;
  3. border: 0;
  4. }
  5. .gutter-box[data-v-ec2515f8] {
  6. background: #00a0e9;
  7. padding: 5px 0;
  8. }
  9. #components-grid-demo-playground [class^='ant-col-'][data-v-23510863] {
  10. background: transparent;
  11. border: 0;
  12. }
  13. #components-grid-demo-playground [class^='ant-col-'] > div[data-v-23510863] {
  14. background: #00a0e9;
  15. height: 120px;
  16. line-height: 120px;
  17. font-size: 13px;
  18. }
  19. #components-grid-demo-playground pre[data-v-23510863] {
  20. background: #f9f9f9;
  21. border-radius: 6px;
  22. font-size: 13px;
  23. padding: 8px 16px;
  24. }