feat: 添加i18n,美化界面
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
:root {
|
||||
--scrollbar-color: #ffbf00;
|
||||
--primary-color: #ffc107;
|
||||
--secondary-color: #ffa000;
|
||||
}
|
||||
#root {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
#ai-bot-root {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: -100px;
|
||||
z-index: 9999;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.scrollbar {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: var(--scrollbar-color) #fff;
|
||||
@@ -15,5 +34,4 @@
|
||||
|
||||
.scrollbar::-webkit-scrollbar-track {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user