提交修改

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

@@ -31,7 +31,7 @@
<template #suffixIcon
><span
class="icon iconfont icon-xiala"
style="color: #343579"
style="color: #000"
></span
></template>
</a-select>
@@ -1231,7 +1231,7 @@ export default defineComponent({
height: calc(3rem*1.2);
line-height: calc(3rem*1.2);
text-align: center;
background: #343579;
background: #000;
cursor: pointer;
.icon-sousuo{
@@ -1320,7 +1320,7 @@ export default defineComponent({
}
&.select_item_img{
// border-color: #343579;
// border-color: #000;
}
.print_content_img{
@@ -1465,7 +1465,7 @@ export default defineComponent({
background: #EFEEFF;
font-size: calc(1.2rem*1.2);
font-family: Roboto;
color: #343579;
color: #000;
display: inline-block;
margin-top: calc(1rem*1.2);
cursor: pointer;
@@ -1913,7 +1913,7 @@ export default defineComponent({
display: inline-block;
line-height: calc(3rem*1.2);
font-size: calc(1.2rem*1.2);
color: #343579;
color: #000;
vertical-align: middle;
cursor: pointer;
display: flex;
@@ -1922,7 +1922,7 @@ export default defineComponent({
flex: 1;
.fi-br-fill{
margin-right: calc(0.5rem*1.2);
color:#343579;
color:#000;
vertical-align: middle;
}