bug764闲情也行距和bug759头部图标小手和自测bug
This commit is contained in:
parent
1d5a81d091
commit
b79f0674bf
|
@ -85,7 +85,7 @@
|
|||
import * as moment from 'moment'
|
||||
import * as echarts from 'echarts'
|
||||
import { applyAmount, trafficStatistics } from '@/api/abilityStatistics'
|
||||
const quarter = ref(['近七天', '近14天', '月度'])
|
||||
const quarter = ref(['近七天', '近十四天', '月度'])
|
||||
let startDate = ref('')
|
||||
let endDate = ref('')
|
||||
|
||||
|
@ -128,7 +128,7 @@
|
|||
hebdomad()
|
||||
swtichname.value = '日'
|
||||
break
|
||||
case '近14天':
|
||||
case '近十四天':
|
||||
fortnight()
|
||||
swtichname.value = '14日'
|
||||
break
|
||||
|
|
|
@ -85,7 +85,9 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
line-height: 20px;
|
||||
div:last-child {
|
||||
line-height: 34px;
|
||||
}
|
||||
}
|
||||
.content-bottom {
|
||||
display: flex;
|
||||
|
|
|
@ -89,7 +89,9 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
line-height: 20px;
|
||||
div:last-child {
|
||||
line-height: 34px;
|
||||
}
|
||||
}
|
||||
|
||||
.content-bottom {
|
||||
|
|
|
@ -85,7 +85,9 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 0.2rem;
|
||||
line-height: 0.2rem;
|
||||
div:last-child {
|
||||
line-height: 0.34rem;
|
||||
}
|
||||
}
|
||||
.content-bottom {
|
||||
display: flex;
|
||||
|
|
|
@ -85,7 +85,9 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
line-height: 20px;
|
||||
div:last-child {
|
||||
line-height: 34px;
|
||||
}
|
||||
}
|
||||
.content-bottom {
|
||||
display: flex;
|
||||
|
|
|
@ -85,7 +85,9 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 0.2rem;
|
||||
line-height: 0.2rem;
|
||||
div:last-child {
|
||||
line-height: 34px;
|
||||
}
|
||||
}
|
||||
.content-bottom {
|
||||
display: flex;
|
||||
|
|
|
@ -151,8 +151,8 @@
|
|||
|
||||
// eslint-disable-next-line no-undef
|
||||
const navList = ref(navListManagement.navList)
|
||||
console.log('navList------------>', navList);
|
||||
|
||||
console.log('navList------------>', navList)
|
||||
|
||||
const props = defineProps({
|
||||
showView: { type: String, default: '' },
|
||||
})
|
||||
|
@ -422,6 +422,9 @@
|
|||
padding: 0 0.04rem 0 0.1rem;
|
||||
border-left: 0.01rem solid #666;
|
||||
}
|
||||
.icon {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
.white {
|
||||
|
@ -430,6 +433,9 @@
|
|||
.name {
|
||||
color: #0058e1;
|
||||
}
|
||||
.icon {
|
||||
cursor: pointer;
|
||||
}
|
||||
.nav {
|
||||
color: #000;
|
||||
}
|
||||
|
|
|
@ -384,7 +384,6 @@
|
|||
height: 2.2rem;
|
||||
padding-top: 0.49rem;
|
||||
}
|
||||
background: #f3f5f9;
|
||||
border: #eaedf2 0.01rem solid;
|
||||
}
|
||||
|
||||
|
@ -516,7 +515,8 @@
|
|||
.content > div {
|
||||
height: 4.8rem;
|
||||
width: 3.1rem;
|
||||
margin-right: 0.2rem;
|
||||
margin-right: 0.1rem;
|
||||
background: #f3f5f9;
|
||||
}
|
||||
|
||||
.fixedmount {
|
||||
|
|
Loading…
Reference in New Issue