feat:assetTable添加sn列

style:修改卡片样式
This commit is contained in:
zhangyu
2020-09-14 14:23:54 +08:00
parent 4ac7b24300
commit cf0cf49e10
4 changed files with 62 additions and 8 deletions

View File

@@ -264,7 +264,8 @@
arr.forEach((item,index)=>{
item.from=item.source;
item.to=item.target;
item.label=item.name;
item.label='';
item.title='title';
// item.dashes=(item.dashes?(new Array(100).fill(item.dashes[0])):item.dashes);
// if(index%2==0&&item.dashes){
// item.dataFlow='left';
@@ -356,7 +357,7 @@
height: calc(16% - 40px);
font-size: 12px;
position: absolute;
top: 15px;
top: 5px;
left: 15px;
z-index: 10;
}
@@ -455,7 +456,7 @@
text-align: center;
}
.label{
padding: 0 15px;
padding: 0 15px 0 0;
}
</style>