Commit 23293631 authored by godwithdh's avatar godwithdh

负债分析

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