the ArrowIcon in the Pagination component is disappeared when using the local Iconfont
See original GitHub issueVersion
2.9.1
Environment
mac OS X 10.12; chrome the latest; dva 1.2.1;
Reproduction link
https://github.com/DiroKate/SysuhikerCC
Steps to reproduce
- Edit my
@icon-url
config, point to the local iconfont file. - set the
prefix
of the local iconfont:anticon
, we can use<Icon type="xxx" />
. P.S. the left and right icon is set into the iconfont file. - using
<Table>
component, but the pagination arrow is disappeared, only a small square left.
What is expected?
show the pagination prev&&next Arrow.
What is actually happening?
the pagination arrow is disappeared, only a small square left.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
vue.js - vuetify icon not showing
With Vue CLI 3 we have no index.html in the src folder so alternatively you can npm install --save material-design-icons-iconfont.
Read more >antd/CHANGELOG.en-US.md
124, - Fix Input not align with other components in Chrome. ... 207, - Fix space missing for Button with mixed content.
Read more >Changelog
Fix; Missing Popup styles in paginated loopFix; Posts element: Initial load in ... you are already familiar with in Bricks (templates, element conditions), ......
Read more >Icon Fonts
Vuetify is a Material Design component framework for Vue.js. ... Vue.use(Vuetify) export default new Vuetify({ icons: { iconfont: 'mdiSvg', ...
Read more >5.6.0 - Total WordPress Theme
Fixed Numbered Pagination was not working when using the Advanced Query and the Post Cards element. Fixed The main header menu would disappear...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
thanks, it helps. i make a new icon component for local iconfont.
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.