refactor(projects): 细节完善
This commit is contained in:
parent
f5a5f44a2b
commit
6261156c5a
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -62,7 +62,10 @@
|
|||||||
"material-icon-theme.folders.associations": {
|
"material-icon-theme.folders.associations": {
|
||||||
"enum": "typescript",
|
"enum": "typescript",
|
||||||
"store": "context",
|
"store": "context",
|
||||||
|
"composable": "hook",
|
||||||
"composables": "hook",
|
"composables": "hook",
|
||||||
"business": "core",
|
"directive": "tools",
|
||||||
|
"directives": "tools",
|
||||||
|
"business": "core"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
0
src/directives/index.ts
Normal file
0
src/directives/index.ts
Normal file
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="login-bg relative flex-center wh-full">
|
<div class="login-bg relative flex-center wh-full">
|
||||||
<n-card :bordered="false" size="large" class="z-20 !w-auto rounded-20px shadow-sm">
|
<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">
|
<header class="flex-y-center justify-between">
|
||||||
<div class="w-70px h-70px rounded-35px overflow-hidden">
|
<div class="w-70px h-70px rounded-35px overflow-hidden">
|
||||||
<system-logo class="wh-full" :fill="true" :color="theme.themeColor" />
|
<system-logo class="wh-full" :fill="true" :color="theme.themeColor" />
|
||||||
|
@ -17,5 +17,6 @@
|
|||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"lib": ["esnext", "dom"]
|
"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"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user