index.less 332 B

12345678910111213141516171819
  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. height: 16px;
  9. line-height: 16px;
  10. /*vertical-align: middle;*/
  11. text-align: left;
  12. }
  13. .full{
  14. width: 100%;
  15. line-height: 100%;
  16. }
  17. .unselect{
  18. color: @placeholder-color;
  19. }