提交修改

This commit is contained in:
X1627315083
2025-06-03 14:57:18 +08:00
parent 9fc2bcaedf
commit 87a08f5f8f
54 changed files with 1669 additions and 378 deletions

View File

@@ -65,7 +65,7 @@
<template #suffixIcon
><span
class="icon iconfont icon-xiala"
style="color: #343579"
style="color: #000"
></span
></template>
</a-select>
@@ -738,10 +738,10 @@ export default defineComponent({
}
.ant-slider-track{
background: #343579;
background: #000;
}
.ant-slider-handle{
border-color: #343579;
border-color: #000;
}
.placement_remove_point_block{

View File

@@ -49,7 +49,7 @@
<template #suffixIcon>
<!-- <span
class="icon iconfont icon-xiala"
style="color: #343579"
style="color: #000"
></span> -->
<i class="el-icon el-input__icon icon-arrow-down"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="currentColor" d="M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z"></path></svg></i>
</template>
@@ -63,7 +63,7 @@
<template #suffixIcon>
<!-- <span
class="icon iconfont icon-xiala"
style="color: #343579"
style="color: #000"
></span> -->
<i class="el-icon el-input__icon icon-arrow-down"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="currentColor" d="M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z"></path></svg></i>
</template>
@@ -417,7 +417,7 @@ export default defineComponent({
}
.rename_submit_button{
background: #343579;
background: #000;
color: #FFFFFF;
}
}