chore: mobile font -- task page

This commit is contained in:
engigu
2026-04-17 22:04:05 +08:00
parent 1c8a75132d
commit afa5d7c532
2 changed files with 2 additions and 6 deletions
+2
View File
@@ -413,6 +413,8 @@ export interface EnvVar {
type: string
hidden: boolean
enabled: boolean
created_at?: string
updated_at?: string
}
export interface EnvListResponse {
@@ -3,12 +3,6 @@ import { ref, onMounted, computed } from 'vue'
import { api, type AppLog, LOG_CATEGORY, LOG_STATUS } from '@/api'
import { Badge } from '@/components/ui/badge'
import Pagination from '@/components/Pagination.vue'
import {
Dialog,
DialogContent,
DialogHeader,
DialogTitle,
} from '@/components/ui/dialog'
import { toast } from 'vue-sonner'
import { format } from 'date-fns'
import {