story#5314 在查看车源列表的界面,鼠标在移动到可以点击的区域时,改成手指的样式。

This commit is contained in:
2025-04-02 11:00:19 +08:00
parent cdc63e6c42
commit 3fe67c1015

View File

@ -367,6 +367,7 @@ export default {
left: 50%;
transform: translateX(-50%);
z-index: 11;
cursor: pointer;
}
.headerWrap{
width: 100%;
@ -500,6 +501,7 @@ export default {
.item{
display: flex;
justify-content: space-between;
cursor: pointer;
}
.left{
.img, .qiugou{