drive todo
This commit is contained in:
parent
097c93df3a
commit
6e17c0d7ef
|
@ -87,6 +87,7 @@
|
||||||
<div class="label">{{ i18n.ts.emojis }}</div>
|
<div class="label">{{ i18n.ts.emojis }}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- TODO: Drive -->
|
||||||
</Transition>
|
</Transition>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -191,6 +192,13 @@ onMounted(async () => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.drive {
|
||||||
|
> .icon {
|
||||||
|
background: #b4637a22;
|
||||||
|
color: #eb6f92;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
> .body {
|
> .body {
|
||||||
padding: 2px 0;
|
padding: 2px 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue