1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 02:28:54 +08:00

fix global css in index.html

This commit is contained in:
lana-k
2021-04-30 19:04:08 +02:00
parent 6d512422cf
commit 1f2327a724
3 changed files with 25 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
<template>
<svg :class="['svg-container', animationClass ]" height="20" width="20" viewBox="0 0 20 20">
<svg :class="animationClass" height="20" width="20" viewBox="0 0 20 20">
<circle
class="loader-svg bg"
cx="10"