index.less 370 B

12345678910111213141516171819202122
  1. .@{elNamespace}-form-item.is-error{
  2. .basic-table{
  3. outline: 1px solid @danger;
  4. }
  5. }
  6. .basic-table{
  7. overflow: hidden;
  8. width: 0;
  9. flex-grow: 2;
  10. line-height: normal;
  11. .handler-size{
  12. font-size: 16px;
  13. width: 1em;
  14. height: 1em;
  15. vertical-align: -0.15em;
  16. fill: currentColor;
  17. overflow: hidden;
  18. }
  19. .create-handle{
  20. font-size: 24px;
  21. }
  22. }