This commit is contained in:
Zhx
2022-11-16 23:30:15 +08:00
parent 3571ae8675
commit 840945b6f6

View File

@@ -227,6 +227,7 @@ const showLoading = computed(() => {
return false; return false;
}); });
const toPage = (path, title) => { const toPage = (path, title) => {
console.log(path, title)
showxiazai.value=null showxiazai.value=null
if(path!='/survey/planet'&&path!="/survey/schedule/recycle"){ if(path!='/survey/planet'&&path!="/survey/schedule/recycle"){
showxiazai.value=true showxiazai.value=true
@@ -419,22 +420,22 @@ onMounted(() => {
.click { .click {
display: flex; display: flex;
align-items: center; align-items: center;
padding-top:4.5px;
padding-bottom:4.5px;
justify-content: center; justify-content: center;
width: 18px; width: 20px;
height: 18px; height: 20px;
line-height: 9px; padding-top:5px;
padding-bottom:5px;
line-height: 10px;
border-radius: 60%; border-radius: 60%;
background-color: #70b936; background-color: #70b936;
color: #fff; color: #fff;
} }
.click2 { .click2 {
width: 18px; width: 20px;
height: 18px; height: 20px;
padding-top:4.5px; padding-top:5px;
padding-bottom:4.5px; padding-bottom:5px;
line-height: 9px; line-height: 10px;
border-radius: 60%; border-radius: 60%;
background-color: #f5f5f5; background-color: #f5f5f5;
color: black; color: black;
@@ -604,10 +605,12 @@ onMounted(() => {
margin-right: 6px; margin-right: 6px;
} }
.click { .click {
width: 18px; width: 20px;
height: 18px; height: 20px;
padding-top:5px;
padding-bottom:5px;
line-height: 10px;
font-size: 12px; font-size: 12px;
line-height: 9px;
border-radius: 60%; border-radius: 60%;
background-color: #70b936; background-color: #70b936;
color: #fff; color: #fff;
@@ -618,9 +621,11 @@ onMounted(() => {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: 18px; width: 20px;
height: 18px; height: 20px;
line-height: 9px; padding-top:5px;
padding-bottom:5px;
line-height: 10px;
font-size: 12px; font-size: 12px;
border-radius: 60%; border-radius: 60%;
background-color: #f5f5f5; background-color: #f5f5f5;