Ant Design 按钮颜色设置:如何将按钮渲染成蓝色
渲染按钮的颜色为蓝色,可以在 <a-button> 标签中添加 type='primary' 属性来实现:
<th>
<a-button type='primary' @click='showInterview'>离职面谈单</a-button>
</th>
原文地址: http://www.cveoy.top/t/topic/c95s 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
渲染按钮的颜色为蓝色,可以在 <a-button> 标签中添加 type='primary' 属性来实现:
<th>
<a-button type='primary' @click='showInterview'>离职面谈单</a-button>
</th>
原文地址: http://www.cveoy.top/t/topic/c95s 著作权归作者所有。请勿转载和采集!