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