mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-13 03:15:48 +02:00
feat(app): use tailwind css
This commit is contained in:
parent
b475d8b609
commit
60798b5f4a
8 changed files with 299 additions and 11 deletions
|
@ -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
3
app/src/style.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue