流程跟踪样式修改
Showing
2 changed files
with
7 additions
and
5 deletions
| ... | @@ -112,8 +112,8 @@ export default { | ... | @@ -112,8 +112,8 @@ export default { |
| 112 | left: 20px; | 112 | left: 20px; |
| 113 | .node{ | 113 | .node{ |
| 114 | display: inline-block; | 114 | display: inline-block; |
| 115 | min-width: 80px; | 115 | min-width: 110px; |
| 116 | line-height: 30px; | 116 | line-height: 50px; |
| 117 | background-color: #A9A9A9; | 117 | background-color: #A9A9A9; |
| 118 | text-align: center; | 118 | text-align: center; |
| 119 | border-radius: 6px; | 119 | border-radius: 6px; |
| ... | @@ -125,6 +125,7 @@ export default { | ... | @@ -125,6 +125,7 @@ export default { |
| 125 | content: ""; | 125 | content: ""; |
| 126 | position: absolute; | 126 | position: absolute; |
| 127 | width: 50px; | 127 | width: 50px; |
| 128 | top: 10px; | ||
| 128 | height: 30px; | 129 | height: 30px; |
| 129 | left: 100%; | 130 | left: 100%; |
| 130 | background-image: url("../../../assets/images/arrow.jpg"); | 131 | background-image: url("../../../assets/images/arrow.jpg"); | ... | ... |
| ... | @@ -190,13 +190,14 @@ export default { | ... | @@ -190,13 +190,14 @@ export default { |
| 190 | margin-bottom: 10px; | 190 | margin-bottom: 10px; |
| 191 | .circle{ | 191 | .circle{ |
| 192 | display: inline-block; | 192 | display: inline-block; |
| 193 | width: 12px; | 193 | width: 14px; |
| 194 | height: 12px; | 194 | height: 14px; |
| 195 | border-radius: 6px; | 195 | border-radius: 7px; |
| 196 | } | 196 | } |
| 197 | .name{ | 197 | .name{ |
| 198 | margin-left: 10px; | 198 | margin-left: 10px; |
| 199 | font-weight: bold; | 199 | font-weight: bold; |
| 200 | font-size: 18px; | ||
| 200 | } | 201 | } |
| 201 | .wjh{ | 202 | .wjh{ |
| 202 | background-color: #A9A9A9; | 203 | background-color: #A9A9A9; | ... | ... |
-
Please register or sign in to post a comment