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