We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39a19c commit 044c6e2Copy full SHA for 044c6e2
src/modules/UserAccount/pages/login.vue
@@ -24,7 +24,6 @@
24
>
25
<el-input
26
v-model="form.username"
27
- suffix-icon="user-tie"
28
placeholder="用户名: admin or user"
29
30
<font-awesome-icon
@@ -44,7 +43,6 @@
44
43
45
v-model="form.password"
46
:type="showPassword ? 'text' : 'password'"
47
- suffix-icon="lock"
48
placeholder="密码: 同用户名"
49
50
src/styles/index.scss
@@ -7,8 +7,8 @@ body {
7
}
8
9
html {
10
- box-sizing: border-box;
11
font-size: 14px;
+ box-sizing: border-box;
12
-webkit-tap-highlight-color: transparent;
13
14
@@ -65,3 +65,11 @@ a {
65
ul, ol {
66
list-style: none;
67
68
+
69
+svg {
70
+ box-sizing: content-box;
71
+}
72
73
+*, *:before, *:after {
74
+ box-sizing: inherit;
75
0 commit comments