File tree Expand file tree Collapse file tree 1 file changed +17
-9
lines changed
resources/spa/src/components/common Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Original file line number Diff line number Diff line change 28
28
</CommonHeader >
29
29
<main >
30
30
<form onsubmit =" return false" >
31
- <input
32
- ref =" content"
33
- v-model =" password"
34
- type =" password"
35
- minlength =" 6"
36
- maxlength =" 16"
37
- >
31
+ <label class =" input-wrap" >
32
+ <input
33
+ ref =" content"
34
+ v-model =" password"
35
+ type =" password"
36
+ minlength =" 6"
37
+ maxlength =" 16"
38
+ >
39
+ </label >
38
40
<button
39
41
:disabled =" disabled"
40
42
type =" submit"
@@ -126,18 +128,24 @@ export default {
126
128
margin-bottom : 20px ;
127
129
height : 60px ;
128
130
129
- input [type = " password " ] {
131
+ . input-wrap {
130
132
flex : auto ;
131
133
border : 1px solid @border-color ;/* no*/
132
134
border-radius : 16px 0 0 16px ;
135
+
136
+ input [type= " password" ] {
137
+ margin : 0 ;
138
+ box-shadow : none ;
139
+ }
133
140
}
134
141
135
142
button [type= " submit" ] {
136
143
flex : none ;
137
144
width : 6em ;
145
+ margin : 0 ;
146
+ border-radius : 0 16px 16px 0 ;
138
147
background-color : @primary ;
139
148
color : #fff ;
140
- border-radius : 0 16px 16px 0 ;
141
149
142
150
& :disabled {
143
151
background-color : #999 ;
You can’t perform that action at this time.
0 commit comments