#
Junjie
8 天以前 1e2dbdea04cd6ac9ccd8daa7fefd2165df732286
src/main/webapp/static/css/console_vue.css
@@ -415,7 +415,7 @@
   background-color: hsl(228, 8%, 54%);
}
.sxcar{
.sxcar {
   width: 35px;
   height: 35px;
   background-image: url(../images/sxcar.png);
@@ -428,6 +428,9 @@
   align-items: center;
   text-shadow: 2px 2px 4px #000000;
   font-size: 18px;
   transition: all 0.8s;
   user-select: none;
}
   /* 关键修改部分 */
   transform: translate(var(--x-pos), var(--y-pos));
   transition: transform 0.5s ease-in-out;
}