Skip to content

Commit 4206fda

Browse files
committed
refine
1 parent e6bd49b commit 4206fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/PanThumb/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default {
6262
transition: all 0.3s ease-in-out;
6363
}
6464
65-
.pan-thumb:after {
65+
/* .pan-thumb:after {
6666
content: '';
6767
width: 8px;
6868
height: 8px;
@@ -73,7 +73,7 @@ export default {
7373
margin: -4px 0 0 -4px;
7474
background: radial-gradient(ellipse at center, rgba(14, 14, 14, 1) 0%, rgba(125, 126, 125, 1) 100%);
7575
box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
76-
}
76+
} */
7777
7878
.pan-info {
7979
position: absolute;

0 commit comments

Comments
 (0)