savedicmodal.css 109 B

123456
  1. textarea {
  2. resize: none; /*textarea不可拉伸*/
  3. width: 100%;
  4. height: 100%;
  5. padding: 0;
  6. }