二手车交易,小手添加

This commit is contained in:
2025-03-14 13:43:13 +08:00
parent 1a9633106c
commit 94051d88c0
3 changed files with 3 additions and 0 deletions

View File

@ -578,6 +578,7 @@ export default {
} }
.threeContent{ .threeContent{
.checkedWrap{ .checkedWrap{
cursor: pointer;
color:#808D99 ; color:#808D99 ;
display: flex; display: flex;
align-items: center; align-items: center;

View File

@ -73,6 +73,7 @@ export default {
background: #FFFFFF; background: #FFFFFF;
.back{ .back{
@include wh(15px,15px); @include wh(15px,15px);
cursor: pointer;
} }
span{ span{
font-weight: bold; font-weight: bold;

View File

@ -428,6 +428,7 @@ export default {
} }
.twoContent{ .twoContent{
.checkedWrap{ .checkedWrap{
cursor: pointer;
color:#808D99 ; color:#808D99 ;
display: flex; display: flex;
align-items: center; align-items: center;