11.6c422f27.css 804 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. .components-input-demo-presuffix .anticon-close-circle[data-v-be2ae396] {
  2. cursor: pointer;
  3. color: #ccc;
  4. transition: color 0.3s;
  5. font-size: 12px;
  6. }
  7. .components-input-demo-presuffix .anticon-close-circle[data-v-be2ae396]:hover {
  8. color: #999;
  9. }
  10. .components-input-demo-presuffix .anticon-close-circle[data-v-be2ae396]:active {
  11. color: #666;
  12. }
  13. .components-input-demo-size .ant-input[data-v-6b258400] {
  14. width: 200px;
  15. margin: 0 8px 8px 0;
  16. }
  17. /* to prevent the arrow overflow the popup container,
  18. or the height is not enough when content is empty */
  19. .numeric-input .ant-tooltip-inner {
  20. min-width: 32px;
  21. min-height: 37px;
  22. }
  23. .numeric-input .numeric-input-title {
  24. font-size: 14px;
  25. }