12345678910111213141516171819 |
- @import "~@less/variables.less";
- .editable-span{
- display: inline-block;
- outline: none;
- word-break: break-word;
- min-width: 10px;
- // line-height: 2;
- height: 16px;
- line-height: 16px;
- /*vertical-align: middle;*/
- text-align: left;
- }
- .full{
- width: 100%;
- line-height: 100%;
- }
- .unselect{
- color: @placeholder-color;
- }
|