How do I set the width and height of a textarea using CSS?

前端 未结 6 371
夕颜
夕颜 2021-01-17 07:42

Here is my css:

.editor-field textarea {
    width : 400;
    height : 100px;
}

Here is the markup from my view:

        &l         


        
6条回答
提交回复
热议问题