fix 优化

This commit is contained in:
duanliang
2026-01-04 11:13:50 +08:00
parent 6533857dae
commit d571dadf8c
5 changed files with 226 additions and 215 deletions

View File

@@ -169,7 +169,6 @@
router.push('/home')
}
const handleCommand = (item, type) => {
current.value = ''
if (type === 'hotel') {
otherRightLabel.value = '其他场馆'
@@ -546,7 +545,7 @@
height: vh(56);
line-height: vh(46);
font-weight: 600;
font-size: vw(28);
font-size: font-vw(24);
text-align: center;
padding: 0 vw(50);
color: rgba(208, 236, 255, 0.9);
@@ -573,7 +572,7 @@
height: vh(56);
line-height: vh(46);
font-weight: 600;
font-size: vw(28);
font-size: font-vw(24);
text-align: center;
color: rgba(208, 236, 255, 0.9);
background-image: url('@/assets/images/title-3.png');