style: 调整class命名

This commit is contained in:
xieyonghong 2023-04-10 11:25:53 +08:00
parent 664bb39858
commit d4d6a2f166
2 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@
:src="
getLogo(slotProps.type, slotProps.provider)
"
class="logo"
class="notify-logo"
/>
</slot>
</template>
@ -186,7 +186,7 @@ watch(
padding: 0;
}
.logo {
.notify-logo {
width: 88px;
height: 88px;
}

View File

@ -38,7 +38,7 @@
:src="
getLogo(slotProps.type, slotProps.provider)
"
class="logo"
class="notify-logo"
/>
</slot>
</template>
@ -189,7 +189,7 @@ watch(
padding: 0;
}
.logo {
.notify-logo {
width: 88px;
height: 88px;
}