File tree 7 files changed +11
-11
lines changed
7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " go-captcha-vue3" ,
3
- "version" : " 2.0.0-beta.1 " ,
3
+ "version" : " 2.0.0" ,
4
4
"private" : false ,
5
5
"type" : " module" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ function emitClickEvent(e: any) {
159
159
160
160
svg {
161
161
position : relative ;
162
- z-index : 10 ;
162
+ z-index : 2 ;
163
163
}
164
164
165
165
& ::after {
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ const imageStyles = computed(() => {
106
106
bottom : 0 ;
107
107
.dot {
108
108
position : absolute ;
109
- z-index : 10 ;
109
+ z-index : 2 ;
110
110
width : 20px ;
111
111
height : 20px ;
112
112
color : #cedffe ;
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ const imageStyles = computed(() => {
118
118
position : relative ;
119
119
max-width : 100% ;
120
120
max-height : 100% ;
121
- z-index : 10 ;
121
+ z-index : 2 ;
122
122
border-radius : 100% ;
123
123
overflow : hidden ;
124
124
display : -webkit-box ;
@@ -141,14 +141,14 @@ const imageStyles = computed(() => {
141
141
right : 0 ;
142
142
bottom : 0 ;
143
143
border-radius : 100% ;
144
- z-index : 20 ;
144
+ z-index : 2 ;
145
145
border : 6px solid #e0e0e0 ;
146
146
}
147
147
}
148
148
149
149
.rotate-thumb {
150
150
position : absolute ;
151
- z-index : 30 ;
151
+ z-index : 2 ;
152
152
top : 0 ;
153
153
left : 0 ;
154
154
right : 0 ;
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ const imageStyles = computed(() => {
105
105
106
106
.tile {
107
107
position : absolute ;
108
- z-index : 30 ;
108
+ z-index : 2 ;
109
109
cursor : pointer ;
110
110
111
111
img {
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ const imageStyles = computed(() => {
103
103
.go-captcha {
104
104
.tile {
105
105
position : absolute ;
106
- z-index : 30 ;
106
+ z-index : 2 ;
107
107
cursor : pointer ;
108
108
109
109
img {
Original file line number Diff line number Diff line change 80
80
81
81
.picture {
82
82
position : relative ;
83
- z-index : 10 ;
83
+ z-index : 2 ;
84
84
width : 100% ;
85
85
}
86
86
87
87
.loading {
88
88
position : absolute ;
89
- z-index : 9 ;
89
+ z-index : 1 ;
90
90
top : 50% ;
91
91
left : 50% ;
92
92
width : 68px ;
194
194
margin-top : -22px ;
195
195
width : 82px ;
196
196
height : 44px ;
197
- z-index : 10 ;
197
+ z-index : 2 ;
198
198
background : #3e7cff ;
199
199
cursor : pointer ;
200
200
display : flex ;
You can’t perform that action at this time.
0 commit comments