2017-09-26 68 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>