diff --git a/tonecn/index.html b/tonecn/index.html index 4ffe390..c13c70f 100644 --- a/tonecn/index.html +++ b/tonecn/index.html @@ -1,5 +1,5 @@ - +
diff --git a/tonecn/src/main.ts b/tonecn/src/main.ts index 4ec3c14..62ed58d 100644 --- a/tonecn/src/main.ts +++ b/tonecn/src/main.ts @@ -3,6 +3,7 @@ import './assets/tailwind.css' import { createApp } from 'vue' import 'element-plus/dist/index.css' +import 'element-plus/theme-chalk/dark/css-vars.css' import App from './App.vue' import router from './router'