From c3bb35b20d6e076f73a1cad50fd6b9b94ca399a7 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期一, 06 一月 2025 16:15:05 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/views/system/subSys/index.vue | 39 +++++++++++++++++++++------------------ 1 files changed, 21 insertions(+), 18 deletions(-) diff --git a/src/views/system/subSys/index.vue b/src/views/system/subSys/index.vue index 1e9a0d1..7923e0c 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() { @@ -51,7 +54,7 @@ display: flex; align-items: center; justify-content: left; - white-space: normal; + flex-wrap: wrap; &>div{ display: flex; @@ -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