提交修改

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

@@ -1680,7 +1680,7 @@ export default defineComponent({
text-align: center;
height: calc(3.6rem*1.2);
line-height: calc(3.6rem*1.2);
background: #343579;
background: #000;
font-size: calc(1.4rem*1.2);
font-family: Roboto;
color: #FFFFFF;

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;
}

View File

@@ -652,7 +652,7 @@ export default defineComponent({
}
}
.select_upload_color{
border: calc(0.1rem*1.2) solid #343579;
border: calc(0.1rem*1.2) solid #000;
}
.upload_color{
width: 100%;

View File

@@ -95,7 +95,7 @@ export default defineComponent({
.history_img_block{
width: 16.5rem;
height: 16.5rem;
border: 0.1rem solid #343579;
border: 0.1rem solid #000;
margin: 0 1.7rem 1.7rem 0;
display: inline-block;