@@ -213,8 +213,6 @@ export default {
.table-wrapper {
width: 1483px;
padding: 0 20px;
- background: url(./img/bigbgc.png);
- background-size: cover;
.table-box {
background: url(./img/bgc.png);
@@ -41,7 +41,7 @@
<script>
export default {
- name: 'HelloWorld',
+ name: 'Login-Page',
props: {
msg: String
},
@@ -1,8 +1,9 @@
<template>
<div class="page">
- <iframe class="image_2 pos_2" src="./img/fdjh-left.png">
+ <iframe class="image_2 pos_2">
+ <img src="./img/fdjh-left.png">
</iframe>
- <iframe class="image_3 pos_3" src="./img/fdjh-right.png">
+ <iframe class="image_3 pos_3" src="/#/table1">
</div>
</template>