Commit 990ca345 by 苏咏卓

更新

parent e84b7821

81.7 KB | W: | H:

78 KB | W: | H:

src/assets/images/img/标题.png
src/assets/images/img/标题.png
src/assets/images/img/标题.png
src/assets/images/img/标题.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -25,7 +25,7 @@ export default { ...@@ -25,7 +25,7 @@ export default {
}, },
data() { data() {
return { return {
title: '民政数据分析系统', title: '广西民政数据仓库',
// logo: Logo // logo: Logo
} }
} }
......
...@@ -2,7 +2,7 @@ module.exports = { ...@@ -2,7 +2,7 @@ module.exports = {
/** /**
* @description 网站标题 * @description 网站标题
*/ */
title: '民政数据分析系统', title: '广西民政数据仓库',
/** /**
* @description 是否显示 tagsView * @description 是否显示 tagsView
*/ */
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
/> />
<!-- <img src="./../assets/images/标题左边素材.png" alt="" class="about" /> <!-- <img src="./../assets/images/标题左边素材.png" alt="" class="about" />
<div class="title-text"> <div class="title-text">
民政数据分析系统 广西民政数据仓库
<img src="./../assets/images/标题下划线.png" alt="" class="underline" /> <img src="./../assets/images/标题下划线.png" alt="" class="underline" />
</div> </div>
<img src="./../assets/images/标题右边素材.png" alt="" class="about" /> --> <img src="./../assets/images/标题右边素材.png" alt="" class="about" /> -->
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
label-width="0px" label-width="0px"
class="login-form" class="login-form"
> >
<h3 class="title">民政数据分析系统</h3> <h3 class="title">广西民政数据仓库</h3>
<el-form-item prop="username"> <el-form-item prop="username">
<el-input <el-input
v-model="loginForm.username" v-model="loginForm.username"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
<div class="topTitle">民政数据分析系统</div> <div class="topTitle">广西民政数据仓库</div>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
......
...@@ -157,6 +157,9 @@ export default { ...@@ -157,6 +157,9 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
*{
overflow-y: hidden
}
.flex-container-tetli{ .flex-container-tetli{
width: 100%; width: 100%;
} }
...@@ -199,6 +202,7 @@ export default { ...@@ -199,6 +202,7 @@ export default {
position: relative; position: relative;
width: 100%; width: 100%;
height: 100vh; height: 100vh;
overflow-y: hidden
// background-color: #0b0f4e; // background-color: #0b0f4e;
} }
......
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
alt="" alt=""
class="lowerRight" class="lowerRight"
/> />
<div class="warningInfo" v-if="this.num >= 2">暂无下级数据</div> <div class="warningInfo" v-if="num >= 2">暂无下级数据</div>
<div class="titleHead">区域统计</div> <div class="titleHead">区域统计</div>
<div id="annualStatistics" class="annualStatistics"></div> <div id="annualStatistics" class="annualStatistics"></div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment