b086509d by 杨威

流程跟踪样式修改

1 parent f2df13f0
......@@ -112,8 +112,8 @@ export default {
left: 20px;
.node{
display: inline-block;
min-width: 80px;
line-height: 30px;
min-width: 110px;
line-height: 50px;
background-color: #A9A9A9;
text-align: center;
border-radius: 6px;
......@@ -125,6 +125,7 @@ export default {
content: "";
position: absolute;
width: 50px;
top: 10px;
height: 30px;
left: 100%;
background-image: url("../../../assets/images/arrow.jpg");
......
......@@ -190,13 +190,14 @@ export default {
margin-bottom: 10px;
.circle{
display: inline-block;
width: 12px;
height: 12px;
border-radius: 6px;
width: 14px;
height: 14px;
border-radius: 7px;
}
.name{
margin-left: 10px;
font-weight: bold;
font-size: 18px;
}
.wjh{
background-color: #A9A9A9;
......