fix: 💄 scoped style fix
This commit is contained in:
parent
83f4e6f0ca
commit
c1fe242a25
|
@ -12,7 +12,7 @@
|
||||||
<div v-panel style="border-radius: 6px">
|
<div v-panel style="border-radius: 6px">
|
||||||
<VueDraggable
|
<VueDraggable
|
||||||
v-model="reactions"
|
v-model="reactions"
|
||||||
:class="$style.root"
|
class="zoaiodol"
|
||||||
animation="150"
|
animation="150"
|
||||||
delay="100"
|
delay="100"
|
||||||
@end="save"
|
@end="save"
|
||||||
|
@ -245,8 +245,8 @@ definePageMetadata({
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" module>
|
<style lang="scss" scoped>
|
||||||
.root {
|
.zoaiodol {
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue