Set TextField height material-ui

后端 未结 7 2175
一生所求
一生所求 2020-12-16 11:04

index.js

import React from \'react\'
import TextField from \'@material-ui/core/TextField\'
import style from \'./style\'
import withStyles          


        
7条回答
  •  再見小時候
    2020-12-16 11:13

    To make it narrower, set a height, and add a "dense" margin prop on the TextField to keep the label aligned correctly:

    
    

提交回复
热议问题