From 5e779cf782fa3bfd3de4cfc4dc88af56b171b501 Mon Sep 17 00:00:00 2001 From: louyinlei <398221207@qq.com> Date: 星期二, 05 三月 2024 17:57:31 +0800 Subject: [PATCH] 验收提交 --- src/views/system/subSys/index.vue | 37 ++++++++++++++++++++----------------- 1 files changed, 20 insertions(+), 17 deletions(-) diff --git a/src/views/system/subSys/index.vue b/src/views/system/subSys/index.vue index ed19189..1cac676 100644 --- a/src/views/system/subSys/index.vue +++ b/src/views/system/subSys/index.vue @@ -2,39 +2,42 @@ <div class="app-container" style="width: 100%;height: calc(100vh - 84px)"> <div class="container"> <div> + <a href="https://222.82.242.194:1443/"> <el-image fit="fill" :src="cover" style="width: 100%"></el-image> - <div>文字描述</div> + <div>远程监巡考系统管理</div> + </a> </div> <div> - <el-image fit="fill" :src="cover" style="width: 100%"></el-image> - <div>文字描述</div> + <a href="http://117.190.86.66:8616/"> + <el-image fit="fill" :src="fees" style="width: 100%"></el-image> + <div>特种作业考试缴费系统</div> + </a> </div> <div> - <el-image fit="fill" :src="cover" style="width: 100%"></el-image> - <div>文字描述</div> + <a href="http://47.109.31.73:81/"> + <el-image fit="fill" :src="history" style="width: 100%"></el-image> + <div>历史数据存档</div> + </a> </div> - <div> - <el-image fit="fill" :src="cover" style="width: 100%"></el-image> - <div>文字描述</div> - </div> - <div> - <el-image fit="fill" :src="cover" style="width: 100%"></el-image> - <div>文字描述</div> - </div> + </div> </div> </template> <script> -import cover from '@/assets/images/systemCover.jpg' +import cover from '@/assets/images/invigilation.png' +import history from '@/assets/images/history.png' +import fees from '@/assets/images/fees.png' export default { name: "cardPlatform", dicts: [], components: { }, data() { return { - cover: cover + cover, + history, + fees } }, created() { @@ -59,10 +62,10 @@ align-items: center; padding: 0 10px 10px; box-sizing: border-box; - width: 25%; + width: 33%; div{ font-size: 14px; - margin-top: 20px; + margin-top: 33px; text-align: center; } } -- Gitblit v1.9.2