mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-07 05:54:03 -06:00
Fixed an unicode bug in Mesh boolean
This commit is contained in:
parent
362ee83ff3
commit
637a171559
4 changed files with 23 additions and 23 deletions
|
@ -39,7 +39,7 @@ body
|
|||
|
||||
.ProcessBarSelected
|
||||
{
|
||||
border-left-color:#00AE42;
|
||||
border-left-color:#009688;
|
||||
}
|
||||
|
||||
.Block_BKGA
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue