yz
2021-01-31 4096388f88537afa9ac202943c344e6f87e987ed
首页修改
4个文件已修改
52 ■■■■■ 已修改文件
src/views/dashboard/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login/login-scoped.scss 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/Informationinput.vue 30 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dashboard/index.vue
@@ -1,8 +1,8 @@
<template>
  <div class="main">
    <el-row style="    height: 40px;">
      <el-col :span="8"><div>&nbsp;</div></el-col>
      <el-col :span="16">
      <el-col :span="10"><div>&nbsp;</div></el-col>
      <el-col :span="14">
        <ul class="data-ul">
          <li :class="{selectedColor:selectIndex === 0}" @click="selectTab(0)">今日</li>
          <li :class="{selectedColor:selectIndex === 1}" @click="selectTab(1)">本周</li>
src/views/login/index.vue
@@ -9,7 +9,7 @@
      <el-col :span="9" style="background-color: #fff;height: 515px;"><img src="../../assets/login/pic03.png"></el-col>
      <el-col :span="0.5" style="background-color: #fff;height: 515px;"><img src="../../assets/login/pic04.png"></el-col>
      <el-col :span="6.5" style="background-color: #fff;height: 515px;"> <el-form ref="loginForm" :model="loginForm" :rules="rules" class="login-form" autocomplete="off" label-position="left">
        <h2 id="form-biao-dan"><span>登陆</span></h2>
        <h2 id="form-biao-dan"><span style="position: relative;">登陆</span></h2>
        <span v-if="login.type === 'up'">
          <el-form-item prop="username" class="form-input">
            <el-input
src/views/login/login-scoped.scss
@@ -3,6 +3,18 @@
$light_gray:#eee;
#form-biao-dan span::after {
  content: '';
  position: absolute;
  left: -20%;
  bottom: 0;
  background-color: rgba(147,30,30,0.2);
  height: 1vh;
  width: 140%;
  z-index: 1;
}
.login-container {
  background: url(../../assets/background2.png) 50% no-repeat;
  background-size: cover;
@@ -23,12 +35,12 @@
  }
  .login-form {
    width: 420px;
    height: 350px;
    height: 380px;
    padding: 36px;
    background: #fff;
    .form-input{
      border-radius: 20px;
      margin-top: 20px;
      margin-top: 40px;
    }
    .code-input {
      margin-top: 20px;
src/views/user/Informationinput.vue
@@ -2987,7 +2987,22 @@
  }
}
</script>
<style>
<style lang="scss">
.el-container{
  height: 770px;
.el-aside {
  background-color: #E9EEF3;
  color: #333;
  text-align: center;
  height: 100%;
}
.el-main {
  background-color: #E9EEF3;
  color: #333;
  height: 100%;
}
}
.button-from {
  text-align: center;
  margin-top: 2%;
@@ -3010,18 +3025,5 @@
  color: #333;
  text-align: center;
  line-height: 60px;
}
.el-aside {
  background-color: #E9EEF3;
  color: #333;
  text-align: center;
  height: 800px;
}
.el-main {
  background-color: #E9EEF3;
  color: #333;
  height: 800px;
}
</style>