diff --git a/build/index.ts b/build/index.ts
index 0e89ce2..51251f6 100644
--- a/build/index.ts
+++ b/build/index.ts
@@ -1,3 +1,2 @@
export * from './config';
-export * from './plugins';
-// export * from './utils';
+export * from './plugins';
\ No newline at end of file
diff --git a/build/plugins/unplugin.ts b/build/plugins/unplugin.ts
index 7c2a21b..f7d83e9 100644
--- a/build/plugins/unplugin.ts
+++ b/build/plugins/unplugin.ts
@@ -17,10 +17,10 @@ export default [
}),
createSvgIconsPlugin({
// 指定需要缓存的图标文件夹
- iconDirs: [path.resolve(process.cwd(), 'src/assets/svg')],
+ iconDirs: [path.resolve(process.cwd(), 'src/assets/icons')],
// 指定symbolId格式
symbolId: 'icon-[dir]-[name]',
- inject: 'body-last',
- customDomId: '__svg__icons__dom__',
+ // inject: 'body-last',
+ // customDomId: '__svg__icons__dom__',
}),
];
diff --git a/src/assets/icons/cool.svg b/src/assets/icons/cool.svg
new file mode 100644
index 0000000..f5839d9
--- /dev/null
+++ b/src/assets/icons/cool.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/svg/logo.svg b/src/assets/icons/logo.svg
similarity index 100%
rename from src/assets/svg/logo.svg
rename to src/assets/icons/logo.svg
diff --git a/src/assets/svg/login-bg.svg b/src/assets/svg/login-bg.svg
new file mode 100644
index 0000000..205aea7
--- /dev/null
+++ b/src/assets/svg/login-bg.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/components/custom/SvgIcon.vue b/src/components/custom/SvgIcon.vue
index 687257e..8e50807 100644
--- a/src/components/custom/SvgIcon.vue
+++ b/src/components/custom/SvgIcon.vue
@@ -1,24 +1,32 @@
-
diff --git a/src/styles/css/reset.css b/src/styles/css/reset.css
index c8d2c60..4e5d2ea 100644
--- a/src/styles/css/reset.css
+++ b/src/styles/css/reset.css
@@ -6,14 +6,14 @@
*,
::before,
::after {
- box-sizing: border-box;
- /* 1 */
- border-width: 0;
- /* 2 */
- border-style: solid;
- /* 2 */
- border-color: currentColor;
- /* 2 */
+ box-sizing: border-box;
+ /* 1 */
+ border-width: 0;
+ /* 2 */
+ border-style: solid;
+ /* 2 */
+ border-color: currentColor;
+ /* 2 */
}
/*
@@ -24,16 +24,17 @@
*/
html {
- line-height: 1.5;
- /* 1 */
- -webkit-text-size-adjust: 100%;
- /* 2 */
- -moz-tab-size: 4;
- /* 3 */
- tab-size: 4;
- /* 3 */
- font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
- /* 4 */
+ line-height: 1.5;
+ /* 1 */
+ -webkit-text-size-adjust: 100%;
+ /* 2 */
+ -moz-tab-size: 4;
+ /* 3 */
+ tab-size: 4;
+ /* 3 */
+ font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
+ 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
+ /* 4 */
}
/*
@@ -42,10 +43,10 @@ html {
*/
body {
- margin: 0;
- /* 1 */
- line-height: inherit;
- /* 2 */
+ margin: 0;
+ /* 1 */
+ line-height: inherit;
+ /* 2 */
}
/*
@@ -55,12 +56,12 @@ body {
*/
hr {
- height: 0;
- /* 1 */
- color: inherit;
- /* 2 */
- border-top-width: 1px;
- /* 3 */
+ height: 0;
+ /* 1 */
+ color: inherit;
+ /* 2 */
+ border-top-width: 1px;
+ /* 3 */
}
/*
@@ -68,7 +69,7 @@ Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
- text-decoration: underline dotted;
+ text-decoration: underline dotted;
}
/*
@@ -81,8 +82,8 @@ h3,
h4,
h5,
h6 {
- font-size: inherit;
- font-weight: inherit;
+ font-size: inherit;
+ font-weight: inherit;
}
/*
@@ -90,8 +91,8 @@ Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
- color: inherit;
- text-decoration: inherit;
+ color: inherit;
+ text-decoration: inherit;
}
/*
@@ -100,7 +101,7 @@ Add the correct font weight in Edge and Safari.
b,
strong {
- font-weight: bolder;
+ font-weight: bolder;
}
/*
@@ -112,10 +113,10 @@ code,
kbd,
samp,
pre {
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
- /* 1 */
- font-size: 1em;
- /* 2 */
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
+ /* 1 */
+ font-size: 1em;
+ /* 2 */
}
/*
@@ -123,7 +124,7 @@ Add the correct font size in all browsers.
*/
small {
- font-size: 80%;
+ font-size: 80%;
}
/*
@@ -132,18 +133,18 @@ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
sub,
sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
+ font-size: 75%;
+ line-height: 0;
+ position: relative;
+ vertical-align: baseline;
}
sub {
- bottom: -0.25em;
+ bottom: -0.25em;
}
sup {
- top: -0.5em;
+ top: -0.5em;
}
/*
@@ -153,12 +154,12 @@ sup {
*/
table {
- text-indent: 0;
- /* 1 */
- border-color: inherit;
- /* 2 */
- border-collapse: collapse;
- /* 3 */
+ text-indent: 0;
+ /* 1 */
+ border-color: inherit;
+ /* 2 */
+ border-collapse: collapse;
+ /* 3 */
}
/*
@@ -172,18 +173,18 @@ input,
optgroup,
select,
textarea {
- font-family: inherit;
- /* 1 */
- font-size: 100%;
- /* 1 */
- line-height: inherit;
- /* 1 */
- color: inherit;
- /* 1 */
- margin: 0;
- /* 2 */
- padding: 0;
- /* 3 */
+ font-family: inherit;
+ /* 1 */
+ font-size: 100%;
+ /* 1 */
+ line-height: inherit;
+ /* 1 */
+ color: inherit;
+ /* 1 */
+ margin: 0;
+ /* 2 */
+ padding: 0;
+ /* 3 */
}
/*
@@ -192,7 +193,7 @@ Remove the inheritance of text transform in Edge and Firefox.
button,
select {
- text-transform: none;
+ text-transform: none;
}
/*
@@ -204,11 +205,11 @@ button,
[type='button'],
[type='reset'],
[type='submit'] {
- -webkit-appearance: button;
- /* 1 */
- /* background-color: transparent; 2 */
- background-image: none;
- /* 2 */
+ -webkit-appearance: button;
+ /* 1 */
+ /* background-color: transparent; 2 */
+ background-image: none;
+ /* 2 */
}
/*
@@ -216,7 +217,7 @@ Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
- outline: auto;
+ outline: auto;
}
/*
@@ -224,7 +225,7 @@ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/
*/
:-moz-ui-invalid {
- box-shadow: none;
+ box-shadow: none;
}
/*
@@ -232,7 +233,7 @@ Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
- vertical-align: baseline;
+ vertical-align: baseline;
}
/*
@@ -241,7 +242,7 @@ Correct the cursor style of increment and decrement buttons in Safari.
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
- height: auto;
+ height: auto;
}
/*
@@ -250,10 +251,10 @@ Correct the cursor style of increment and decrement buttons in Safari.
*/
[type='search'] {
- -webkit-appearance: textfield;
- /* 1 */
- outline-offset: -2px;
- /* 2 */
+ -webkit-appearance: textfield;
+ /* 1 */
+ outline-offset: -2px;
+ /* 2 */
}
/*
@@ -261,7 +262,7 @@ Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
- -webkit-appearance: none;
+ -webkit-appearance: none;
}
/*
@@ -270,10 +271,10 @@ Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-file-upload-button {
- -webkit-appearance: button;
- /* 1 */
- font: inherit;
- /* 2 */
+ -webkit-appearance: button;
+ /* 1 */
+ font: inherit;
+ /* 2 */
}
/*
@@ -281,7 +282,7 @@ Add the correct display in Chrome and Safari.
*/
summary {
- display: list-item;
+ display: list-item;
}
/*
@@ -301,24 +302,24 @@ hr,
figure,
p,
pre {
- margin: 0;
+ margin: 0;
}
fieldset {
- margin: 0;
- padding: 0;
+ margin: 0;
+ padding: 0;
}
legend {
- padding: 0;
+ padding: 0;
}
ol,
ul,
menu {
- list-style: none;
- margin: 0;
- padding: 0;
+ list-style: none;
+ margin: 0;
+ padding: 0;
}
/*
@@ -326,7 +327,7 @@ Prevent resizing textareas horizontally by default.
*/
textarea {
- resize: vertical;
+ resize: vertical;
}
/*
@@ -336,10 +337,10 @@ textarea {
input::placeholder,
textarea::placeholder {
- opacity: 1;
- /* 1 */
- color: #9ca3af;
- /* 2 */
+ opacity: 1;
+ /* 1 */
+ color: #9ca3af;
+ /* 2 */
}
/*
@@ -347,15 +348,15 @@ Set the default cursor for buttons.
*/
button,
-[role="button"] {
- cursor: pointer;
+[role='button'] {
+ cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
- cursor: default;
+ cursor: default;
}
/*
@@ -372,10 +373,11 @@ audio,
iframe,
embed,
object {
- display: block;
- /* 1 */
- vertical-align: middle;
- /* 2 */
+ display: block;
+ /* 1 */
+ vertical-align: middle;
+ /* 2 */
+ object-fit: cover;
}
/*
@@ -384,8 +386,8 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
img,
video {
- max-width: 100%;
- height: auto;
+ max-width: 100%;
+ height: auto;
}
/*
@@ -393,9 +395,9 @@ Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
- display: none;
+ display: none;
}
.dark {
- color-scheme: dark;
-}
\ No newline at end of file
+ color-scheme: dark;
+}
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index ef15574..12b802f 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -1,128 +1,166 @@
-
-
-
-
+
-
-
- Ench Admin
-
-
- 高效、简约、可能对你有点帮助
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+

-
-
-
-
-
验证码什么的
-
-
-
-
-
- 记住我
-
-
- 忘记密码?
-
-
-
-
-
-
-
- 登录
-
-
-
-
其他登录
+
+
+
+
+
+
+ 🌙
+
+ 🔆
+
+
+
+
+
+
+
+ Ench Admin
+
+
+ 高效、简约、可能对你有点帮助
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 验证码什么的
+
+
+
+
+
+ 记住我
+
+
+ 忘记密码?
+
+
+
+
+
+
+
+
+ 登录
+
+
+
+
其他登录
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+