This commit is contained in:
abearxiong 2025-03-12 20:57:30 +08:00
parent 0297d69cdb
commit 2e46d6eb7c
3 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,11 @@
@import 'tailwindcss'; @import "tailwindcss";
@config "../../tailwind.config.js";
@layer components {
.test-loading {
@apply w-20 h-20 bg-gray-300 rounded-full animate-spin;
}
}
#ai-bot-root { #ai-bot-root {
width: 100%; width: 100%;
height: 100%; height: 100%;

View File

@ -1,3 +0,0 @@
module.exports = {
root: '#ai-root',
};