Compare commits
2 Commits
edab2fa900
...
f66a5fcf84
| Author | SHA1 | Date | |
|---|---|---|---|
| f66a5fcf84 | |||
| 3cc014310e |
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tab-active {
|
.tab-active {
|
||||||
@apply py-2 px-3 h-fit text-slate-700 border-t border-l border-r border-slate-400 rounded-t-2xl bg-[#bbe3ef] dark:text-white dark:from-sky-600 dark:to-sky-800
|
@apply py-2 px-3 h-fit text-slate-700 border-t border-l border-r border-slate-400 rounded-t-2xl bg-[#bbe3ef] dark:bg-[#2A93B0] dark:text-white dark:from-sky-600 dark:to-sky-800
|
||||||
}
|
}
|
||||||
|
|
||||||
.disabled-tab {
|
.disabled-tab {
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ export default defineConfig({
|
|||||||
vue(),
|
vue(),
|
||||||
],
|
],
|
||||||
server:{
|
server:{
|
||||||
port: 2137,
|
port: 80,
|
||||||
host: '0.0.0.0',
|
host: '0.0.0.0',
|
||||||
proxy : {
|
proxy : {
|
||||||
'/java': {
|
'/java': {
|
||||||
|
|||||||
Reference in New Issue
Block a user