Skip to content

Commit d697036

Browse files
committed
update default color
1 parent 4b24b72 commit d697036

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go-captcha-vue3",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0",
44
"private": false,
55
"type": "module",
66
"license": "MIT",

packages/components/button/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function emitClickEvent(e: any) {
159159
160160
svg {
161161
position: relative;
162-
z-index: 10;
162+
z-index: 2;
163163
}
164164
165165
&::after {

packages/components/click/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const imageStyles = computed(() => {
106106
bottom: 0;
107107
.dot {
108108
position: absolute;
109-
z-index: 10;
109+
z-index: 2;
110110
width: 20px;
111111
height: 20px;
112112
color: #cedffe;

packages/components/rotate/index.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const imageStyles = computed(() => {
118118
position: relative;
119119
max-width: 100%;
120120
max-height: 100%;
121-
z-index: 10;
121+
z-index: 2;
122122
border-radius: 100%;
123123
overflow: hidden;
124124
display: -webkit-box;
@@ -141,14 +141,14 @@ const imageStyles = computed(() => {
141141
right: 0;
142142
bottom: 0;
143143
border-radius: 100%;
144-
z-index: 20;
144+
z-index: 2;
145145
border: 6px solid #e0e0e0;
146146
}
147147
}
148148
149149
.rotate-thumb {
150150
position: absolute;
151-
z-index: 30;
151+
z-index: 2;
152152
top: 0;
153153
left: 0;
154154
right: 0;

packages/components/slide-region/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const imageStyles = computed(() => {
105105
106106
.tile {
107107
position: absolute;
108-
z-index: 30;
108+
z-index: 2;
109109
cursor: pointer;
110110
111111
img {

packages/components/slide/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const imageStyles = computed(() => {
103103
.go-captcha {
104104
.tile {
105105
position: absolute;
106-
z-index: 30;
106+
z-index: 2;
107107
cursor: pointer;
108108
109109
img {

packages/gocaptcha.less

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@
8080

8181
.picture{
8282
position: relative;
83-
z-index: 10;
83+
z-index: 2;
8484
width: 100%;
8585
}
8686

8787
.loading{
8888
position: absolute;
89-
z-index: 9;
89+
z-index: 1;
9090
top: 50%;
9191
left: 50%;
9292
width: 68px;
@@ -194,7 +194,7 @@
194194
margin-top: -22px;
195195
width: 82px;
196196
height: 44px;
197-
z-index: 10;
197+
z-index: 2;
198198
background: #3e7cff;
199199
cursor: pointer;
200200
display: flex;

0 commit comments

Comments
 (0)