File tree 2 files changed +20
-15
lines changed
2 files changed +20
-15
lines changed Original file line number Diff line number Diff line change 15
15
"dependencies" : {
16
16
"ant-design-vue" : " ^2.0.0-beta.10" ,
17
17
"axios" : " ^0.20.0" ,
18
+ "clipboard" : " ^2.0.6" ,
18
19
"core-js" : " ^3.6.5" ,
19
20
"dayjs" : " ^1.9.1" ,
20
21
"js-cookie" : " ^3.0.0-rc.1" ,
34
35
"body-parser" : " ^1.19.0" ,
35
36
"chalk" : " ^4.1.0" ,
36
37
"chokidar" : " ^3.4.2" ,
37
- "compression-webpack-plugin" : " ^6.0.2 " ,
38
- "eslint" : " ^7.10 .0" ,
38
+ "compression-webpack-plugin" : " ^6.0.3 " ,
39
+ "eslint" : " ^7.11 .0" ,
39
40
"eslint-plugin-prettier" : " ^3.1.4" ,
40
41
"eslint-plugin-vue" : " ^7.0.1" ,
41
42
"filemanager-webpack-plugin" : " ^3.0.0-alpha.1" ,
42
43
"less" : " ^3.13.1-alpha.1" ,
43
- "less-loader" : " ^7.0.1 " ,
44
+ "less-loader" : " ^7.0.2 " ,
44
45
"lint-staged" : " ^10.4.0" ,
45
46
"prettier" : " ^2.1.2" ,
46
47
"stylelint" : " ^13.7.2" ,
Original file line number Diff line number Diff line change 4
4
<a-col :xs =" 24" :md =" 11" :sm =" 24" :lg =" 14" :xl =" 14" ></a-col >
5
5
<a-col :xs =" 24" :sm =" 24" :md =" 12" :lg =" 9" :xl =" 6" >
6
6
<div class =" login-container-form" >
7
- <div class =" login-container-title" >
8
- {{ title }}
9
- </div >
7
+ <div class =" login-container-hello" >hello!</div >
8
+ <div class =" login-container-title" >欢迎来到 {{ title }}</div >
10
9
<a-form :model =" form" @submit =" handleSubmit" @submit.prevent >
11
10
<a-form-item >
12
11
<a-input v-model:value =" form.username" placeholder =" Username" >
34
33
>
35
34
登录
36
35
</a-button >
37
- <div class =" login-container-tips" >
38
- 基于vue{{ dependencies['vue'] }}
39
- + ant-design-vue
40
- {{ dependencies['ant-design-vue'] }}开发
41
- </div >
42
36
</a-form-item >
43
37
</a-form >
44
38
</div >
45
39
</a-col >
46
40
<a-col :xs =" 24" :md =" 11" :sm =" 24" :lg =" 14" :xl =" 14" ></a-col >
47
41
</a-row >
42
+ <div class =" login-container-tips" >
43
+ 基于vue{{ dependencies['vue'] }}
44
+ + ant-design-vue
45
+ {{ dependencies['ant-design-vue'] }}开发
46
+ </div >
48
47
</div >
49
48
</template >
50
49
<script >
123
122
border-radius : 10px ;
124
123
box-shadow : 0 2px 8px 0 rgba (7 , 17 , 27 , 0.06 );
125
124
}
125
+ &-hello {
126
+ font-size : 32px ;
127
+ color : #fff ;
128
+ }
126
129
&-title {
127
130
margin-bottom : 30px ;
128
- font-size : 28px ;
129
- font-weight : bold ;
131
+ font-size : 20px ;
130
132
color : #fff ;
131
- text-align : center ;
132
133
}
133
134
&-tips {
134
- margin-top : 10px ;
135
+ position : fixed ;
136
+ bottom : @vab-margin ;
137
+ width : 100% ;
138
+ height : 40px ;
135
139
color : rgba (255 , 255 , 255 , 0.856 );
136
140
text-align : center ;
137
141
}
You can’t perform that action at this time.
0 commit comments