管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-02-18 cbbbc6bd2d854270b9342ce2ff2a3432aaca22cf
src/components/login.vue
@@ -25,14 +25,14 @@
        v-bind:src="reportUrl"
      ></iframe>
    </div>
 <div class="title_img">
    <div class="title_img">
      <img
        src="../assets/img/loginLogo.png"
        src="../assets/img/lg_03.png"
        alt=""
      />
    </div>
    <div class="login">
      <div class="login_title">
        <span>用户登录</span>
      </div>
@@ -82,6 +82,7 @@
              ></el-input>
            </el-form-item>
          </el-col>
          <el-col
            :span="6"
@@ -274,7 +275,12 @@
    },
    startURL() {
      this.reportUrl = window.location.origin + '/mapscreen/index.html';
   var url = window.location.href;
      var testurl = '';
      if (url.indexOf('web') != -1) {
        testurl = '/web';
      }
      this.reportUrl = window.location.origin + testurl + '/mapscreen/index.html';
    }
  },
  created() {
@@ -304,12 +310,12 @@
    left: 1%;
    position: absolute;
  }
}
.title_img {
  position: absolute;
  left: 10%;
  top:8%;
  left: 17%;
  top: 8%;
  width: 20%;
  /* transform: translateX(-50%); */
}
.title_img img {
@@ -331,7 +337,7 @@
  left: 75%;
  top: 45%;
  transform: translate(-50%, -40%);
  background: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
}