mirror of https://github.com/veops/cmdb.git
fix(ui): update create attr icon
This commit is contained in:
parent
eafb5f053a
commit
9b778f9bc7
|
@ -187,7 +187,6 @@
|
|||
<a-icon
|
||||
style="position:absolute;top:2px;left:-17px;color:#2f54eb;"
|
||||
type="question-circle"
|
||||
theme="filled"
|
||||
@click="
|
||||
(e) => {
|
||||
e.stopPropagation()
|
||||
|
|
|
@ -178,7 +178,6 @@
|
|||
<a-icon
|
||||
style="position:absolute;top:2px;left:-17px;color:#2f54eb;"
|
||||
type="question-circle"
|
||||
theme="filled"
|
||||
@click="
|
||||
(e) => {
|
||||
e.stopPropagation()
|
||||
|
@ -372,7 +371,6 @@
|
|||
<a-icon
|
||||
style="position:absolute;top:3px;left:-17px;color:#A5A9BC;"
|
||||
type="info-circle"
|
||||
theme="filled"
|
||||
@click="
|
||||
(e) => {
|
||||
e.stopPropagation()
|
||||
|
|
Loading…
Reference in New Issue