保安服务单位许可和备案申请系统
liuyg
2021-08-19 14321e01c9687e39400a3dec69b74b7d5cc7bf18
调整
7 files modified
36 ■■■■ changed files
src/components/cancellationOfFiling/cancellationOfFiling.vue 2 ●●● patch | view | raw | blame | history
src/components/crossRegion/crossRegion.vue 2 ●●● patch | view | raw | blame | history
src/components/examineCard/examineCard.vue 2 ●●● patch | view | raw | blame | history
src/components/securityGuard/securityGuard.vue 2 ●●● patch | view | raw | blame | history
src/components/securityPermit/securityPermit.vue 2 ●●● patch | view | raw | blame | history
src/components/securityTraining/securityTraining.vue 2 ●●● patch | view | raw | blame | history
src/views/home/index.vue 24 ●●●●● patch | view | raw | blame | history
src/components/cancellationOfFiling/cancellationOfFiling.vue
@@ -91,7 +91,7 @@
        gutter: 50,
        column: column,
      },
      activeNames: ["1"],
      activeNames: ["1", "2"],
    };
  },
  computed: {
src/components/crossRegion/crossRegion.vue
@@ -130,7 +130,7 @@
        gutter: 50,
        column: column,
      },
      activeNames: ["1"],
      activeNames: ["1", "2"],
    };
  },
  computed: {
src/components/examineCard/examineCard.vue
@@ -13,7 +13,7 @@
      >
    </div>
    <div class="title">{{ data.menuName }}</div>
    <img :src="data.topUrl" alt="" />
    <!-- <img :src="data.topUrl" alt="" /> -->
  </div>
</template>
src/components/securityGuard/securityGuard.vue
@@ -98,7 +98,7 @@
        gutter: 50,
        column: column,
      },
      activeNames: ["1"],
      activeNames: ["1", "2"],
    };
  },
  computed: {
src/components/securityPermit/securityPermit.vue
@@ -147,7 +147,7 @@
        gutter: 50,
        column: column,
      },
      activeNames: ["1"],
      activeNames: ["1", "2"],
    };
  },
  computed: {
src/components/securityTraining/securityTraining.vue
@@ -107,7 +107,7 @@
        gutter: 50,
        column: column,
      },
      activeNames: ["1"],
      activeNames: ["1", "2"],
    };
  },
  computed: {
src/views/home/index.vue
@@ -33,7 +33,10 @@
    <!-- 审批进度查询 -->
    <Approval class="Approval">
      <span slot="close">
        <i class="el-icon-close ApprovalClose" @click="ApprovalClose"></i>
        <i
          class="el-icon-close ApprovalClose breakApprovalClose"
          @click="ApprovalClose"
        ></i>
      </span>
    </Approval>
    <!-- 保安服务公司许可申请 -->
@@ -111,6 +114,7 @@
          menuName: "保安服务公司许可申请",
          centerUrl: "/img/logo.png",
          topUrl: "url(/img/permit/服务许可背景图.jpg)",
          // topUrl: "/img/permit/服务许可背景图.jpg",
          targetUrl: "per",
          type: 0,
        },
@@ -327,15 +331,20 @@
    width: 1243px;
    // height: 766px;
  }
  .ApprovalClose {
    position: absolute;
    top: 17px;
    font-size: 20px;
    right: 11px;
    z-index: 10;
    color: #fff;
    &:hover {
      color: red;
    }
  }
  .breakApprovalClose {
    color: #000;
  }
}
@@ -367,7 +376,7 @@
  width: 85%;
  padding: 10px;
  margin: 0 auto;
  background-color: rgba($color: #a1a1a1, $alpha: 0.3);
  background-color: rgba($color: #f9f9f9, $alpha: 0.8);
}
.hand-next {
  margin-top: 15px;
@@ -375,4 +384,15 @@
  display: flex;
  justify-content: center;
}
p {
  font-size: 14px;
  line-height: 28px;
  label {
    font-weight: bold;
  }
}
.el-collapse-item__header {
  font-size: 20px !important;
}
</style>