This commit is contained in:
zhouxudong
2022-04-01 10:47:35 +08:00
parent 0e710b9f82
commit bd13abc6b4
+2 -1
View File
@@ -3,7 +3,7 @@
<?php $idx = 0; ?>
<div class='row row-<?php echo $flowName?>'>
<?php foreach ($flow as $flowItem):?>
<div class='flow-item flow-item-<?php echo $idx++ ?>'><div title='<?php echo $flowItem ?>'><span style="display: flow-root; overflow: hidden;"><?php echo $flowItem ?></span></div></div>
<div class='flow-item flow-item-<?php echo $idx++ ?>'><div title='<?php echo $flowItem ?>'><span><?php echo $flowItem ?></span></div></div>
<?php endforeach; ?>
</div>
<?php endforeach; ?>
@@ -16,6 +16,7 @@
.ie-8 .flow-item > div:before {display: none}
.flow-item > div:before {border-left-color: #fff; z-index: 1}
.flow-item > div:after {left: auto; right: -10px; z-index: 2}
.flow-item > div > span {display: flow-root; overflow: hidden;}
.ie-8 .flow-item > div {margin-right: 10px}
.flow-item-0 > div {color: #838A9D; font-weight: bold; padding-left: 0;}
.flow-item-0 > div:before {display: none}