index.less 394 B

1234567891011121314151617181920
  1. @import "~@less/variables.less";
  2. .editable-span{
  3. display: inline-block;
  4. outline: none;
  5. word-break: break-word;
  6. min-width: 10px;
  7. // line-height: 2;
  8. min-height: 16px;//火狐需要
  9. line-height: 16px;
  10. vertical-align: middle;
  11. text-align: left;
  12. padding-right: 1px;//火狐左右移动需要
  13. }
  14. .full{
  15. width: 100%;
  16. line-height: 100%;
  17. }
  18. .unselect{
  19. color: @placeholder-color;
  20. }