This commit is contained in:
恍兮惚兮 2024-06-22 22:35:01 +08:00
parent f2211d0b0d
commit 366fbba286

View File

@ -119,8 +119,8 @@
-webkit-text-stroke: ${args.fontSize * styleargs.width_rate + styleargs.width}px ${c1}; -webkit-text-stroke: ${args.fontSize * styleargs.width_rate + styleargs.width}px ${c1};
position: relative; position: relative;
z-index: -1; z-index: -1;
left: ${(i + i) / 10}px; left: ${(i + 1) / 10}px;
top: ${(i + i) / 10}px; top: ${(i + 1) / 10}px;
user-select: none; user-select: none;
}` }`
} }