提交修改
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user