Skip to content

Commit 26806bc

Browse files
committed
Merge branch 'dev'
2 parents 88fb5f9 + 3954ed5 commit 26806bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/SlideVerify/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,11 @@ export default {
144144
ctx.arc(x + r - 2, y + l / 2, r + 0.4, 2.76 * PI, 1.24 * PI, true)
145145
ctx.lineTo(x, y)
146146
ctx.lineWidth = 2
147-
ctx.fillStyle = 'rgba(255, 255, 255, 0.7)'
148-
ctx.strokeStyle = 'rgba(255, 255, 255, 0.7)'
147+
ctx.fillStyle = 'rgba(255, 255, 255, 0.8)'
148+
ctx.strokeStyle = 'rgba(255, 255, 255, 0.8)'
149149
ctx.stroke()
150150
ctx[operation]()
151-
ctx.globalCompositeOperation = 'overlay'
151+
ctx.globalCompositeOperation = 'xor'
152152
},
153153
createImg(onload) {
154154
const img = document.createElement('img')

src/style/layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
width: 360px;
175175
box-shadow: -3px -3px 8px rgba(0, 0, 0, 0.2);
176176
background-color: $white;
177-
z-index: 99;
177+
z-index: 990;
178178
}
179179
// collapse
180180
#app {

0 commit comments

Comments
 (0)