更新: 升级开发环境至 vue-cli3; 更新依赖库版本;解决 IE11 下不能正确显示问题;
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
:dataSource="searchData"
|
||||
:columns="columns" size="small"
|
||||
:pagination="{style: { marginBottom: 0 }, pageSize: 5}"
|
||||
rowKey="index"
|
||||
>
|
||||
<a href="#/" slot="keyword" slot-scope="text">{{text}}</a>
|
||||
<span slot="rang" slot-scope="text">{{text}} %<a-icon type="caret-up" /> </span>
|
||||
|
||||
Reference in New Issue
Block a user