| | |
| | | </div> |
| | | <div v-for="(item1, index1) in item.children" class="attach_row"> |
| | | <div class="attach_row_title"> |
| | | {{ index1 + 1 }} {{ item1.title }} |
| | | {{ index1 + 1 }}. {{ item1.title }} |
| | | </div> |
| | | <div style="margin: 10px;" class="attach_row_btn"> |
| | | <el-upload class="upload-demo" :limit="1" :data="item1" :on-change="handleChange" |
| | |
| | | .attach_row { |
| | | display: flex; |
| | | border: 0.2px solid rgba(221, 223, 229, 0.5); |
| | | height: 54px; |
| | | |
| | | .attach_row_title { |
| | | width: 85%; |
| | |
| | | display: flex; |
| | | justify-content: left; |
| | | align-items: center; |
| | | margin-left: 15px; |
| | | margin-left: 12px; |
| | | } |
| | | |
| | | .attach_row_btn { |