refactor(projects): 细节完善

This commit is contained in:
Soybean 2021-11-23 18:08:56 +08:00
parent f5a5f44a2b
commit 6261156c5a
4 changed files with 7 additions and 3 deletions

View File

@ -62,7 +62,10 @@
"material-icon-theme.folders.associations": {
"enum": "typescript",
"store": "context",
"composable": "hook",
"composables": "hook",
"business": "core",
"directive": "tools",
"directives": "tools",
"business": "core"
}
}

0
src/directives/index.ts Normal file
View File

View File

@ -1,7 +1,7 @@
<template>
<div class="login-bg relative flex-center wh-full">
<n-card :bordered="false" size="large" class="z-20 !w-auto rounded-20px shadow-sm">
<div class="w-400px">
<div class="w-360px">
<header class="flex-y-center justify-between">
<div class="w-70px h-70px rounded-35px overflow-hidden">
<system-logo class="wh-full" :fill="true" :color="theme.themeColor" />

View File

@ -17,5 +17,6 @@
"esModuleInterop": true,
"lib": ["esnext", "dom"]
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "./**/.ts"]
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "./**/*.ts"],
"exclude": ["/dist/**", "node_modules"]
}