2017-09-26 53 views

回答

1

有這些材料的UI組件是如何構成的一定量的特質的。要將樣式相關的道具傳遞給底層組件,請使用elStyle屬性並自定義給定的CSS值直​​到它們對齊。

0

.test{ 
 
\t height:40px; 
 
\t width:200px; 
 
    box-sizing: border-box; 
 
\t }
<input class="test"> 
 
<select class="test"> 
 
\t <option>Test1</option> 
 
\t <option>Test2</option> 
 
</select>