Commit 9c22a53c authored by 罗超's avatar 罗超

设置下拉框样式

parent a7c95aa5
......@@ -30,6 +30,7 @@
:key="item.value"
:label="item.label"
:value="item.value"
:style="{'font-family':item.reduce!=''?item.reduce:item.label}"
/>
</el-select>
</span>
......
......@@ -148,6 +148,7 @@
:key="item.value"
:label="item.label"
:value="item.value"
:style="{'font-family':item.reduce!=''?item.reduce:item.label}"
/>
</el-select>
</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment