optimize steps
to fixed steps line in other background-color problem
This commit is contained in:
parent
13492f7e7b
commit
98bd5fd443
2 changed files with 35 additions and 8 deletions
|
@ -1,8 +1,13 @@
|
|||
<style>
|
||||
.ivu-steps{
|
||||
background: greenyellow;
|
||||
}
|
||||
</style>
|
||||
<template>
|
||||
<div>
|
||||
<Steps :current="index">
|
||||
<!--<Step title="开始"></Step>-->
|
||||
<Step v-for="(item, index) in activitiList" :title="item.approveUserName" :key="index" :content="item.startTime"></Step>
|
||||
<Step v-for="(item, index) in activitiList" :title="item.approveUserName" :key="index"></Step>
|
||||
<!--<Step title="结束"></Step>-->
|
||||
</Steps>
|
||||
<Button @click="change">change</Button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue