我想要设置分配给占位符属性的文本的样式,并使其字体大小更大。如何使用ReactQuill做到这一点?
<ReactQuill placeholder= "some fun text" onChange = {onContentChange} value={contentValue} theme="snow" style={{
height:"300px",
padding:"20px",
lineHeight:"0px",
}}/>