Commit 23293631 authored by godwithdh's avatar godwithdh

负债分析

parent 9560872a
...@@ -99,6 +99,7 @@ ...@@ -99,6 +99,7 @@
flex-grow:1; flex-grow:1;
overflow: auto; overflow: auto;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
height:1px;
} }
} }
</style> </style>
......
...@@ -5,7 +5,11 @@ ...@@ -5,7 +5,11 @@
height:100%; height:100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
>.tabs{
flex-shrink: 0;
}
.HEADER{ .HEADER{
flex-shrink: 0;
display:flex; display:flex;
padding:10px; padding:10px;
>span{ >span{
...@@ -25,15 +29,15 @@ ...@@ -25,15 +29,15 @@
} }
.Content{ .Content{
height:100%; // height:100%;
height:1px; height:20rpx;
flex-grow: 1; flex-grow: 1;
overflow: auto; overflow: auto;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
margin-bottom:8px; margin-bottom:8px;
>div{ >div{
display:flex; display:flex;
align-items: center; // align-items: center;
&{ &{
>div{ >div{
border-bottom:1px solid #ddd; border-bottom:1px solid #ddd;
......
...@@ -106,11 +106,7 @@ export default { ...@@ -106,11 +106,7 @@ export default {
if(typeof value=='object'&&value.length>0){ if(typeof value=='object'&&value.length>0){
this.list=value this.list=value
}else{ }else{
this.$vux.confirm.show({ this.list=[]
title:"提示",
content:"未获取到数据",
showConfirmButton:false,
})
} }
}, },
routerToOperateDetail(row){ routerToOperateDetail(row){
......
...@@ -30,9 +30,9 @@ ...@@ -30,9 +30,9 @@
} }
} }
&.num{ &.num{
border-top:1px solid #eef4fe;
background:#fff; background:#fff;
>td{ >td{
&:not(:first-child){border-top:1px solid #eef4fe;}
padding:4px 0; padding:4px 0;
&:first-child{ &:first-child{
color:#229BD0; color:#229BD0;
......
...@@ -30,9 +30,9 @@ ...@@ -30,9 +30,9 @@
} }
} }
&.num{ &.num{
border-top:1px solid #eef4fe;
background:#fff; background:#fff;
>td{ >td{
&:not(:first-child){border-top:1px solid #eef4fe;}
padding:4px 0; padding:4px 0;
&:first-child{ &:first-child{
color:#229BD0; color:#229BD0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment