style: 调整class命名
This commit is contained in:
parent
664bb39858
commit
d4d6a2f166
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue