圆
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user