fix 优化
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user