Skip to content

Commit

Permalink
refactor(projects): 细节完善
Browse files Browse the repository at this point in the history
  • Loading branch information
Soybean committed Nov 23, 2021
1 parent f5a5f44 commit 6261156
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Expand Up @@ -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"
}
}
Empty file added src/directives/index.ts
Empty file.
2 changes: 1 addition & 1 deletion src/views/system/login/index.vue
@@ -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" />
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -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"]
}

0 comments on commit 6261156

Please sign in to comment.