|
|
@ -34,12 +34,16 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div class="rightContent"> |
|
|
<div class="rightContent"> |
|
|
|
|
|
|
|
|
<div style="color: white; margin:1vw 2vw 0vw 2vw;"> |
|
|
<div style="color: white; margin:1vw 2vw 0vw 2vw;width: 100%;"> |
|
|
关键字: |
|
|
<div style="width: 20vw;display: flex;flex-direction: row;justify-content: space-around;"> |
|
|
|
|
|
<div style="width: 4vw;">关键字:</div> |
|
|
|
|
|
|
|
|
<input style="background-color: transparent; border: none; border-bottom: 1px solid white; color: white; outline: none;" placeholder="请输入关键字" v-model="keywords"/> |
|
|
<input style="background-color: transparent; border: none; border-bottom: 1px solid white; color: white; outline: none;" placeholder="请输入关键字" v-model="keywords"/> |
|
|
<div style="float: right;"> |
|
|
<div @click="getInfo1" style="width: 3vw;height: 1.5vw;background-color: #001c3a;text-align: center;border-radius:1vw;line-height: 1.5vw;"> |
|
|
|
|
|
查询 |
|
|
|
|
|
</div> |
|
|
|
|
|
<div style="margin-left: 1vw;"> |
|
|
<el-button type="primary" plain icon="el-icon-upload2" size="mini" @click="openFileInput" >导入</el-button> |
|
|
<el-button type="primary" plain icon="el-icon-upload2" size="mini" @click="openFileInput" >导入</el-button> |
|
|
|
|
|
|
|
|
<input |
|
|
<input |
|
|
ref="fileInput" |
|
|
ref="fileInput" |
|
|
type="file" |
|
|
type="file" |
|
|
@ -48,10 +52,13 @@ |
|
|
@change="handleFileChange" |
|
|
@change="handleFileChange" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<div @click="getInfo1" style="width: 3vw;height: 1.5vw;background-color: #001c3a;float: right;text-align: center;border-radius:1vw;"> |
|
|
|
|
|
查询 |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<div class="rightList"> |
|
|
<div class="rightList"> |
|
|
|
|
|
|
|
|
@ -629,7 +636,7 @@ export default { |
|
|
|
|
|
|
|
|
.rightList { |
|
|
.rightList { |
|
|
width: 94.6%; |
|
|
width: 94.6%; |
|
|
height: 90%; |
|
|
height: 88%; |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
z-index: 2; |
|
|
z-index: 2; |
|
|
//background-color: #42b983; |
|
|
//background-color: #42b983; |
|
|
@ -666,7 +673,7 @@ export default { |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 38vw; |
|
|
height: 37vw; |
|
|
border-radius: 2vw; |
|
|
border-radius: 2vw; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|