fix: 修改图标命名
This commit is contained in:
@ -16,8 +16,8 @@
|
||||
<div class="handler-item-text">审批人</div>
|
||||
</div>
|
||||
<div class="handler-item" @click="addNode(NodeType.TRANSACTOR_NODE)">
|
||||
<div class="handle handler-item-icon">
|
||||
<span class="iconfont icon-handle icon-size"></span>
|
||||
<div class="transactor handler-item-icon">
|
||||
<span class="iconfont icon-transactor icon-size"></span>
|
||||
</div>
|
||||
<div class="handler-item-text">办理人</div>
|
||||
</div>
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
:class="`node-title-icon ${currentNode.type === NodeType.TRANSACTOR_NODE ? 'transactor-task' : 'user-task'}`"
|
||||
>
|
||||
<span
|
||||
:class="`iconfont ${currentNode.type === NodeType.TRANSACTOR_NODE ? 'icon-handle' : 'icon-approve'}`"
|
||||
:class="`iconfont ${currentNode.type === NodeType.TRANSACTOR_NODE ? 'icon-transactor' : 'icon-approve'}`"
|
||||
></span>
|
||||
</div>
|
||||
<input
|
||||
|
||||
@ -177,7 +177,7 @@
|
||||
color: #ca3a31
|
||||
}
|
||||
|
||||
.handle {
|
||||
.transactor {
|
||||
color: #330099;
|
||||
}
|
||||
|
||||
@ -785,7 +785,7 @@
|
||||
content: "\e7eb";
|
||||
}
|
||||
|
||||
.icon-handle:before {
|
||||
.icon-transactor:before {
|
||||
content: "\e61c";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user