excel 预览
This commit is contained in:
parent
9c4c2f1f28
commit
eed2bcd924
|
|
@ -247,9 +247,9 @@ export default {
|
|||
allowEdit: false,
|
||||
showtoolbar: false,
|
||||
showsheetbar: sheetData.length > 1,
|
||||
showstatisticBar: false,
|
||||
showstatisticBar: true,
|
||||
enableAddRow: false,
|
||||
enableAddCol: false
|
||||
enableAddCol: false,
|
||||
});
|
||||
|
||||
console.log('LuckySheet 初始化成功');
|
||||
|
|
@ -329,7 +329,7 @@ export default {
|
|||
|
||||
<style scoped>
|
||||
.document-excel {
|
||||
height: 100vh;
|
||||
height: 90vh;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
|
|
@ -382,18 +382,8 @@ export default {
|
|||
width: 100% !important;
|
||||
}
|
||||
|
||||
/* 响应式设计 */
|
||||
@media (max-width: 768px) {
|
||||
.document-excel {
|
||||
height: calc(100vh - 60px);
|
||||
}
|
||||
|
||||
.state-icon {
|
||||
font-size: 36px;
|
||||
}
|
||||
|
||||
.state-panel p {
|
||||
font-size: 12px;
|
||||
}
|
||||
::v-deep #luckysheet_info_detail{
|
||||
display: none !important;
|
||||
}
|
||||
</style>
|
||||
Loading…
Reference in New Issue