feat(app): use tailwind css

This commit is contained in:
0xJacky 2023-11-28 12:40:04 +08:00
parent b475d8b609
commit 60798b5f4a
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
8 changed files with 299 additions and 11 deletions

View file

@ -6,7 +6,7 @@ import router from './routes'
import piniaPluginPersistedstate from 'pinia-plugin-persistedstate'
import {useSettingsStore} from '@/pinia'
import {autoAnimatePlugin} from '@formkit/auto-animate/vue'
import './style.css'
const pinia = createPinia()

3
app/src/style.css Normal file
View file

@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

View file

@ -38,7 +38,7 @@ const columns = [{
row-key="name"
>
<template #beforeEdit>
<a-alert type="info" show-icon :message="$gettext('Note')">
<a-alert class="mb-4" type="info" show-icon :message="$gettext('Note')">
<template #description>
<p v-translate>
Please fill in the API authentication credentials provided by your DNS provider.