index.less 427 B

123456789101112131415161718192021222324
  1. @import "~antd/lib/style/themes/default.less";
  2. .search {
  3. display: inline-block;
  4. :global {
  5. .ant-input-group-addon {
  6. border: none;
  7. padding: 0;
  8. }
  9. .ant-input-group .ant-input {
  10. width: 522px;
  11. }
  12. }
  13. input {
  14. border-right: none;
  15. height: 40px;
  16. line-height: 40px;
  17. }
  18. button {
  19. border-radius: 0 @border-radius-base @border-radius-base 0;
  20. width: 86px;
  21. height: 40px;
  22. }
  23. }