1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

бновлен интерфейс страницы сотрудника3

This commit is contained in:
MoonTestUse1
2025-01-05 05:05:17 +06:00
parent f61751f56a
commit 8e321ffb60
4 changed files with 210 additions and 54 deletions

View File

@@ -4,8 +4,15 @@ export default {
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
darkMode: 'class',
theme: {
extend: {},
extend: {
colors: {
// Добавляем кастомные цвета, если нужно
}
},
},
plugins: [],
plugins: [
require('@tailwindcss/forms')
],
}