fix: css代码优化去除警告

This commit is contained in:
YeMingfei666 2025-03-12 17:22:57 +08:00
parent d0e4cabd07
commit d396309cfe
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ export default {
background-color: #fff;
position: absolute;
top: 10px;
right: calc($size / 2 * - 1);
right: calc(-1 * ($size / 2));
transform: rotate(-45deg);
}