提交修改

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

@@ -51,7 +51,7 @@
<template #suffixIcon
><span
class="icon iconfont icon-xiala"
style="color: #343579"
style="color: #000"
></span
></template>
</a-select>
@@ -69,7 +69,7 @@
<template #suffixIcon
><span
class="icon iconfont icon-xiala"
style="color: #343579"
style="color: #000"
></span
></template>
</a-select>
@@ -87,7 +87,7 @@
<template #suffixIcon
><span
class="icon iconfont icon-xiala"
style="color: #343579"
style="color: #000"
></span
></template>
</a-select>
@@ -105,7 +105,7 @@
<template #suffixIcon
><span
class="icon iconfont icon-xiala"
style="color: #343579"
style="color: #000"
></span
></template>
</a-select>
@@ -123,7 +123,7 @@
<template #suffixIcon
><span
class="icon iconfont icon-xiala"
style="color: #343579"
style="color: #000"
></span
></template>
</a-select>
@@ -2119,7 +2119,7 @@ export default defineComponent({
.check_block_body{
width: 100%;
height: 100%;
background: #343579;
background: #000;
}
}
}
@@ -2238,7 +2238,7 @@ export default defineComponent({
cursor: pointer;
background: #fff;
&.select_item_img{
// border-color: #343579;
// border-color: #000;
opacity: 0.5;
border-radius: 1rem;
transform: scale(0.9);
@@ -2410,7 +2410,7 @@ export default defineComponent({
}
.rename_submit_button{
background: #343579;
background: #000;
color: #FFFFFF;
}
}