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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user