|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div style="height: 94%;">
|
|
|
+ <div style="height: calc(100% - 44.5px);padding: 0px 10px 10px;box-sizing: border-box;">
|
|
|
<div class="hanson-bar">
|
|
|
<span
|
|
|
style="width:20px;float:left;display:block;height:20px;cursor: pointer;"
|
|
@@ -114,7 +114,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
- <div v-show="mess.deviceId && main && main.length" v-loading="loading" id="handsontable" ref="handsontable" style="margin-left:10px"></div>
|
|
|
+ <div v-show="mess.deviceId && main && main.length" v-loading="loading" id="handsontable" ref="handsontable"></div>
|
|
|
<div v-show="mess.deviceId && main && main.length" class="right">
|
|
|
<my-pagination @change="getMain" :page="page"></my-pagination>
|
|
|
</div>
|
|
@@ -833,7 +833,7 @@ export default {
|
|
|
columns: this.getType(this.headers), //数据显示格式
|
|
|
filters: true,
|
|
|
maxRows: this.main.length,
|
|
|
- height: winHeight - 100 - 50 - 200,
|
|
|
+ height: winHeight - 335,
|
|
|
columnSorting: true, //添加排序
|
|
|
sortIndicator: true, //添加排序
|
|
|
renderAllRows: true,
|
|
@@ -1345,7 +1345,7 @@ export default {
|
|
|
padding: 5px 10px;
|
|
|
font-size: 14px;
|
|
|
overflow: hidden;
|
|
|
- margin-top: 10px;
|
|
|
+ // margin-top: 10px;
|
|
|
line-height: 40px;
|
|
|
.iconfont {
|
|
|
font-size: 12px;
|