fix(ui): update create attr icon

This commit is contained in:
songlh 2024-08-27 10:32:25 +08:00
parent eafb5f053a
commit 9b778f9bc7
2 changed files with 0 additions and 3 deletions

View File

@ -187,7 +187,6 @@
<a-icon <a-icon
style="position:absolute;top:2px;left:-17px;color:#2f54eb;" style="position:absolute;top:2px;left:-17px;color:#2f54eb;"
type="question-circle" type="question-circle"
theme="filled"
@click=" @click="
(e) => { (e) => {
e.stopPropagation() e.stopPropagation()

View File

@ -178,7 +178,6 @@
<a-icon <a-icon
style="position:absolute;top:2px;left:-17px;color:#2f54eb;" style="position:absolute;top:2px;left:-17px;color:#2f54eb;"
type="question-circle" type="question-circle"
theme="filled"
@click=" @click="
(e) => { (e) => {
e.stopPropagation() e.stopPropagation()
@ -372,7 +371,6 @@
<a-icon <a-icon
style="position:absolute;top:3px;left:-17px;color:#A5A9BC;" style="position:absolute;top:3px;left:-17px;color:#A5A9BC;"
type="info-circle" type="info-circle"
theme="filled"
@click=" @click="
(e) => { (e) => {
e.stopPropagation() e.stopPropagation()