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