GITLAB

essa-platform / es-ng-antd

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • es-ng-antd
  • src
  • Textarea
  • Textarea.css
  • 3a3ecabe   init Browse Code ยป
    Imshann
    2022-01-06 15:29:18 +0800  
Textarea.css 238 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
.es-input-textarea-show-count::after {
    float: right;
    color: #00000073;
    white-space: nowrap;
    content: attr(data-count);
    pointer-events: none;
}
.es-input  {
    width: 100%;
    max-width: 100%;
    resize: vertical;
}