Fixed an unicode bug in Mesh boolean

This commit is contained in:
SoftFever 2023-08-09 17:13:44 +08:00
parent 362ee83ff3
commit 637a171559
4 changed files with 23 additions and 23 deletions

View file

@ -39,7 +39,7 @@ body
.ProcessBarSelected
{
border-left-color:#00AE42;
border-left-color:#009688;
}
.Block_BKGA

View file

@ -120,7 +120,7 @@ body
.swiper
{
--swiper-theme-color: #ff6600;/* 设置Swiper风格 */
--swiper-navigation-color: #00AE42;/* 单独设置按钮颜色 */
--swiper-navigation-color: #009688;/* 单独设置按钮颜色 */
--swiper-navigation-size: 30px;/* 设置按钮大小 */
}
@ -161,12 +161,12 @@ body
.ProcessBarSelected
{
border-left-color:#00AE42;
border-left-color:#009688;
}
.ProcessBarSelected span
{
color:#00AE42;
color:#009688;
}
#Info_ProcessBar.ProcessBarSelected img