diff --git a/build/plugins/unocss.ts b/build/plugins/unocss.ts index c8040e4..06b7cc9 100644 --- a/build/plugins/unocss.ts +++ b/build/plugins/unocss.ts @@ -1,6 +1,3 @@ import Unocss from 'unocss/vite'; // https://github.com/unocss/unocss -import { presetUno, presetAttributify, presetIcons } from 'unocss'; -export default Unocss({ - presets: [presetUno(), presetAttributify(), presetIcons()], -}); +export default Unocss(); diff --git a/package.json b/package.json index 19eb0e4..54b81fd 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "eslint-plugin-vue": "^9.3.0", "husky": "^8.0.0", "lint-staged": "^13.0.3", + "naive-ui": "^2.32.1", "prettier": "^2.7.1", "rollup-plugin-visualizer": "^5.7.1", "typescript": "^4.6.4", diff --git a/src/layouts/BasicLayout/index.vue b/src/layouts/BasicLayout/index.vue index 830dfae..c29992d 100644 --- a/src/layouts/BasicLayout/index.vue +++ b/src/layouts/BasicLayout/index.vue @@ -1,14 +1,14 @@ diff --git a/src/styles/css/index.css b/src/styles/css/index.css index 435462a..69b897a 100644 --- a/src/styles/css/index.css +++ b/src/styles/css/index.css @@ -1 +1,7 @@ -@import './reset.css'; \ No newline at end of file +@import './reset.css'; + +html, +body, +#app { + height: 100%; +} \ No newline at end of file diff --git a/src/views/login/index.vue b/src/views/login/index.vue index a22cd37..5aa101a 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -1,10 +1,10 @@ diff --git a/src/views/test/test1.vue b/src/views/test/test1.vue index 0e65823..977a247 100644 --- a/src/views/test/test1.vue +++ b/src/views/test/test1.vue @@ -1,6 +1,5 @@