保安服务单位许可和备案申请系统
zhongrj
2024-05-25 9ff5777386c9128b2255be0504625e0f0b9eab00
src/components/cardPopup/cardPopup.vue
@@ -18,7 +18,7 @@
                  </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"
@@ -536,6 +536,7 @@
.attach_row {
  display: flex;
  border: 0.2px solid rgba(221, 223, 229, 0.5);
  height: 54px;
  .attach_row_title {
    width: 85%;
@@ -543,7 +544,7 @@
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 15px;
    margin-left: 12px;
  }
  .attach_row_btn {