You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.less 198B

123456789101112
  1. .textUpdaterNode {
  2. // height: 50px;
  3. border: 1px solid black;
  4. padding: 5px;
  5. border-radius: 5px;
  6. background: white;
  7. label {
  8. display: block;
  9. color: #777;
  10. font-size: 12px;
  11. }
  12. }