Commit 1f67b77a authored by liujiaxin's avatar liujiaxin

sdf

parent 67d22ba8
......@@ -29,7 +29,7 @@
<div class="seq-num-box" #indexNumBox>
<img
*ngFor="let i of _itemsArr"
src="/assets/sequence2/{{i}}.png" alt="">
src="assets/sequence2/{{i}}.png" alt="">
</div>
<div class="answer-wrap" >
<img class="btn-answer"
......
......@@ -235,7 +235,7 @@ export class PlayComponent implements OnInit, AfterViewInit, OnDestroy {
maxRows: 5,
minGap: 5
})
console.log('Item changes', itemWidth, itemHeight)
console.log('Item cchangehanges', itemWidth, itemHeight)
container.style.setProperty('--item-width', itemWidth + 'px')
container.style.setProperty('--item-height', itemHeight + 'px')
}
......
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