Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
najiu-frontend
najiu-admin-template
Commits
99829c79
Commit
99829c79
authored
Jun 29, 2021
by
无木
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(svg-icon): fix SvgIcon style
parent
bdae33e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
CHANGELOG.zh_CN.md
CHANGELOG.zh_CN.md
+1
-0
Icon.vue
src/components/Icon/src/Icon.vue
+7
-1
No files found.
CHANGELOG.zh_CN.md
View file @
99829c79
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
-
**Table**
修复
`editComponentProps`
不支持
`onChange`
-
**Table**
修复
`editComponentProps`
不支持
`onChange`
-
**Modal**
修复
`setModalProps`
不支持设置
`defaultFullscreen`
-
**Modal**
修复
`setModalProps`
不支持设置
`defaultFullscreen`
-
**Sider**
修复侧边菜单底部的折叠按钮点击无效
-
**Sider**
修复侧边菜单底部的折叠按钮点击无效
-
**SvgIcon**
修复图标样式问题
## 2.5.2(2021-06-27)
## 2.5.2(2021-06-27)
...
...
src/components/Icon/src/Icon.vue
View file @
99829c79
<
template
>
<
template
>
<SvgIcon
:size=
"size"
:name=
"getSvgIcon"
v-if=
"isSvgIcon"
:class=
"[$attrs.class]"
:spin=
"spin"
/>
<SvgIcon
:size=
"size"
:name=
"getSvgIcon"
v-if=
"isSvgIcon"
:class=
"[$attrs.class, 'anticon']"
:spin=
"spin"
/>
<span
<span
v-else
v-else
ref=
"elRef"
ref=
"elRef"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment