|
@@ -2,7 +2,7 @@
|
|
<div>
|
|
<div>
|
|
<input type="file" @change="readExcel" id="upload"/>
|
|
<input type="file" @change="readExcel" id="upload"/>
|
|
<div v-if="viewExcelData" style="height: 600px; text-align: center;">
|
|
<div v-if="viewExcelData" style="height: 600px; text-align: center;">
|
|
- <el-button type="primary" class="fsbtn" @click="fullScreenDialog = true">全屏预览</el-button>
|
|
|
|
|
|
+ <el-button type="text" class="fsbtn" @click="fullScreenDialog = true">全屏预览</el-button>
|
|
<div style="float: left; height: 600px; margin-top: -60px;">
|
|
<div style="float: left; height: 600px; margin-top: -60px;">
|
|
<h3>估价结果一览表(预览)</h3>
|
|
<h3>估价结果一览表(预览)</h3>
|
|
<div v-html="viewExcelData"></div>
|
|
<div v-html="viewExcelData"></div>
|
|
@@ -107,10 +107,16 @@
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
- .fsbtn{
|
|
|
|
- position:relative;
|
|
|
|
- top: -30px;
|
|
|
|
- right: -480px;
|
|
|
|
- }
|
|
|
|
|
|
+ .fsbtn{
|
|
|
|
+ position:relative;
|
|
|
|
+ top: -30px;
|
|
|
|
+ right: -480px;
|
|
|
|
+ }
|
|
|
|
+ :deep(.el-button--text:hover){
|
|
|
|
+ color:#ff6154;
|
|
|
|
+ }
|
|
|
|
+ :deep(.el-button--text){
|
|
|
|
+ color:#ff6154;
|
|
|
|
+ }
|
|
|
|
|
|
</style>
|
|
</style>
|