-
数据统计
-
- {{item}}
+
数据统计
+
+ 近一周
+
+ 今日
+ 昨日
+ 近一周
+ 近一月
+ 近一周
+
+
+

自定义
+
+
+
-
-
+
@@ -178,6 +244,8 @@ export default {
props:["accountId"],
data(){
return{
+ xShow:false,
+ timeShow:false,
form: {},
timeList:[
"今日",
@@ -860,17 +928,17 @@ export default {
height: 380px;
box-sizing: border-box;
padding: 15px;
- overflow: auto;
- scrollbar-width: none;
+
+
}
.san-box{
width: 24%;
- height: 120px;
+ height: 100px;
box-sizing: border-box;
border-radius: 8px;
background: #fe8c4a;
- margin: 15px 0px;
- margin-right: 15px;
+ margin: 15px auto;
+
box-sizing: border-box;
padding: 20px 40px;
}
@@ -900,37 +968,53 @@ export default {
overflow: hidden; //超出部分隐藏
text-overflow: ellipsis; //文本溢出显示省略号
font-size: 14px;
- color: #777777;
+ color: #333;
margin: 14px auto;
}
.h-tt{
font-size: 16px;
color: #333333;
font-weight: bold;
- margin-right: 40px;
+ display: flex;
+ justify-content: space-between;
}
.q-anniu{
width: 80px;
height: 26px;
- background: #FF9655;
+ background: #FF9655 !important;
border-radius: 4px 4px 4px 4px;
display: flex;
align-items: center;
justify-content: center;
- color: #fff;
+ color: #fff !important;
+ font-size: 12px;
cursor: pointer;
margin-right: 20px;
}
+.h-anniu{
+ width: 80px;
+ height: 26px;
+ background: #fafafa;
+ border-radius: 4px 4px 4px 4px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ cursor: pointer;
+ margin-right: 20px;
+ font-weight: 400;
+ font-size: 12px;
+ color: #555555;
+}
.k-box{
- width: 220px;
+ width: 24%;
height: 68px;
background: #FFFFFF;
border-radius: 8px;
border: 1px solid #e1e0e0;
box-sizing: border-box;
+ margin: 0 auto;
padding: 10px;
- margin-right: 10px;
}
.num-size{
font-weight: bold;
@@ -1003,6 +1087,7 @@ export default {
box-sizing: border-box;
padding: 10px;
display: flex;
+ font-size: 14px;
justify-content: space-between;
margin: 10px auto;
div{
@@ -1012,12 +1097,13 @@ export default {
}
.hang-box{
border-radius: 8px;
+ font-size: 14px;
width: 100%;
box-sizing: border-box;
- padding: 10px;
+ padding: 5px;
display: flex;
justify-content: space-between;
- margin: 10px auto;
+ margin: 0px auto;
div{
width: 20%;
text-align: center;