Browse Source

优化

master
4670101279 2 years ago
parent
commit
d4d879c7d8
  1. 74
      src/views/index.vue
  2. 4
      src/views/login.vue

74
src/views/index.vue

@ -1,11 +1,8 @@
<template> <template>
<div class="app-container home"> <div class="app-container">
<el-row :gutter="20"> <iframe class="network_show" name="content_frame" src="https://www.huastech.com.cn/BMap/index.html" frameborder=0 scrolling="no"></iframe>
<el-col :sm="24" :lg="12" style="padding-left: 20px">
<h2>华双视频水位数据接收平台</h2>
</el-col>
</el-row> <!-- <el-button type="primary" > </el-button> -->
</div> </div>
</template> </template>
@ -26,66 +23,13 @@ export default {
}; };
</script> </script>
<style scoped lang="scss">
.home {
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eee;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
.col-item {
margin-bottom: 20px;
}
ul {
padding: 0;
margin: 0;
}
font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
color: #676a6c;
overflow-x: hidden;
ul {
list-style-type: none;
}
h4 { <style scoped lang="scss">
margin-top: 0px; .app-container{
} height: 100%;
h2 {
margin-top: 10px;
font-size: 26px;
font-weight: 100;
}
p {
margin-top: 10px;
b {
font-weight: 700;
}
}
.update-log {
ol {
display: block;
list-style-type: decimal;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0;
margin-inline-end: 0;
padding-inline-start: 40px;
} }
.network_show{
width: 100%;
height: 800px;
} }
}
</style> </style>

4
src/views/login.vue

@ -55,9 +55,9 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
<!-- 底部 --> <!-- 底部 -->
<div class="el-login-footer"> <!-- <div class="el-login-footer">
<span>Copyright © 2018-2022 ruoyi.vip All Rights Reserved.</span> <span>Copyright © 2018-2022 ruoyi.vip All Rights Reserved.</span>
</div> </div> -->
</div> </div>
</template> </template>

Loading…
Cancel
Save