Commit 41ff993d authored by iamkun's avatar iamkun Committed by luckyCao

Link: fix link icon style class (#15752)

parent 9c8cb8d2
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
@click="handleClick" @click="handleClick"
> >
<el-icon :class="icon" v-if="icon"></el-icon> <i :class="icon" v-if="icon"></i>
<span v-if="$slots.default" class="el-link--inner"> <span v-if="$slots.default" class="el-link--inner">
<slot></slot> <slot></slot>
......
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