From 7887434cde98de8ea5e24ea10db09d014568c79d Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期四, 22 八月 2024 10:38:15 +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..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() {
@@ -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