We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7464d8a commit 5af7262Copy full SHA for 5af7262
1 file changed
src/components/base/upload-imgs/index.vue
@@ -835,23 +835,23 @@ export default {
835
color: white;
836
position: absolute;
837
display: inline-block;
838
- width: 14px;
839
- height: 14px;
+ width: 1.7em;
+ height: 1.5em;
840
top: 0;
841
right: 0;
842
opacity: 0;
843
- border-radius: 0 0 0 14px;
+ border-radius: 0 0 0 1.4em;
844
transition: all .1s;
845
846
&::before {
847
- font-size: 12px;
+ font-size: 1.4em;
848
849
right: -1px;
850
transform: scale(0.7);
851
}
852
853
&:hover {
854
- transform: translate(-3px, 3px) scale(1.5);
+ transform: translate(-0.5em, .4em) scale(1.5);
855
856
857
0 commit comments