[improvement] Template: remove unnecessary span (#2405)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
:label="$t('label')"
|
||||
:placeholder="$t('placeholder')"
|
||||
>
|
||||
<span
|
||||
<div
|
||||
v-if="showIcon && isAndroid"
|
||||
v-text="$t('complete')"
|
||||
slot="icon"
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
&__finish {
|
||||
color: @blue;
|
||||
font-size: 12px;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user