| | |
| | | gutter: 50, |
| | | column: column, |
| | | }, |
| | | activeNames: ["1"], |
| | | activeNames: ["1", "2"], |
| | | }; |
| | | }, |
| | | computed: { |
| | |
| | | gutter: 50, |
| | | column: column, |
| | | }, |
| | | activeNames: ["1"], |
| | | activeNames: ["1", "2"], |
| | | }; |
| | | }, |
| | | computed: { |
| | |
| | | > |
| | | </div> |
| | | <div class="title">{{ data.menuName }}</div> |
| | | <img :src="data.topUrl" alt="" /> |
| | | <!-- <img :src="data.topUrl" alt="" /> --> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | gutter: 50, |
| | | column: column, |
| | | }, |
| | | activeNames: ["1"], |
| | | activeNames: ["1", "2"], |
| | | }; |
| | | }, |
| | | computed: { |
| | |
| | | gutter: 50, |
| | | column: column, |
| | | }, |
| | | activeNames: ["1"], |
| | | activeNames: ["1", "2"], |
| | | }; |
| | | }, |
| | | computed: { |
| | |
| | | gutter: 50, |
| | | column: column, |
| | | }, |
| | | activeNames: ["1"], |
| | | activeNames: ["1", "2"], |
| | | }; |
| | | }, |
| | | computed: { |
| | |
| | | <!-- 审批进度查询 --> |
| | | <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> |
| | | <!-- 保安服务公司许可申请 --> |
| | |
| | | menuName: "保安服务公司许可申请", |
| | | centerUrl: "/img/logo.png", |
| | | topUrl: "url(/img/permit/服务许可背景图.jpg)", |
| | | // topUrl: "/img/permit/服务许可背景图.jpg", |
| | | targetUrl: "per", |
| | | type: 0, |
| | | }, |
| | |
| | | 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; |
| | | } |
| | | } |
| | | |
| | |
| | | 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; |
| | |
| | | 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> |