This commit is contained in:
A1300399510 2023-07-28 15:32:37 +08:00
parent 2c2c0ff47d
commit 7bf9f59c75
2 changed files with 11 additions and 8 deletions

View File

@ -239,7 +239,10 @@ let pitchValue = ref({
keyword: "",
})
if (route.query['companyid']) pitchValue.value['companyid'] = route.query['companyid']
if (route.query['companyid']) {
pitchValue.value['companyid'] = route.query['companyid']
state.value = "unfold"
}
//

View File

@ -49,14 +49,14 @@ const props = defineProps({
}
.QRcode-case {
width: 130px;
height: 130px;
width: 140px;
height: 140px;
background-color: rgba(255, 255, 255, 1);
// border-radius: 50%;
// overflow: hidden;
// -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12156862745098);
// -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12156862745098);
// box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12156862745098);
border-radius: 50%;
overflow: hidden;
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12156862745098);
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12156862745098);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12156862745098);
margin-bottom: 33px;
.QRcode-img {