Skip to content

Commit

Permalink
style: 修改代码格式
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Dec 31, 2021
1 parent 27b4488 commit c47b5a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>

<body>
<div id="app">
<style>
Expand All @@ -29,7 +30,7 @@
p {
font-size: 8vw;
overflow: hidden;
-webkit-text-stroke: 3px #7272a5;
-webkit-text-stroke: 3px #ffffff;
}

span {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/mainConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ export const getServerConfig = (): Promise<string> => {
return new Promise((resolve) => {
setTimeout(() => {
resolve('')
}, 0)
}, 2000)
})
}
4 changes: 3 additions & 1 deletion src/views/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function onPwdBlur() {
}
.container {
width: 70%;
width: 1600px;
height: 100vh;
display: flex;
margin: auto;
Expand All @@ -98,6 +98,7 @@ function onPwdBlur() {
}
.img {
width: 600px;
display: flex;
justify-content: flex-end;
align-items: center;
Expand All @@ -108,6 +109,7 @@ function onPwdBlur() {
}
.login-box {
width: 600px;
display: flex;
align-items: center;
text-align: center;
Expand Down
1 change: 0 additions & 1 deletion windi.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export default defineConfig({
*/
function createEnterPlugin(maxOutput = 6) {
const createCss = (index: number, d = 'x') => {
console.log('启动了吗?')
const upd = d.toUpperCase()
return {
[`*> .enter-${d}:nth-child(${index})`]: {
Expand Down

0 comments on commit c47b5a0

Please sign in to comment.