perf: 更换移动任务图标

This commit is contained in:
Pang 2023-12-16 12:22:22 +08:00
parent 6209b53321
commit 84d3e4f617
5 changed files with 10 additions and 2 deletions

View File

@ -49,11 +49,11 @@
</EDropdownItem>
<EDropdownItem command="move">
<div class="item">
<Icon type="md-move" />{{$L('移动')}}
<i class="taskfont movefont">&#xe7fc;</i>{{$L('移动')}}
</div>
</EDropdownItem>
<EDropdownItem command="remove">
<div class="item hover-del">
<div class="item">
<Icon type="md-trash" />{{$L('删除')}}
</div>
</EDropdownItem>

View File

@ -49,6 +49,14 @@
&.ivu-icon {
font-size: 16px;
}
&.movefont {
font-size: 14px;
}
&.taskfont {
text-align: center;
}
}
}