|
@@ -32,7 +32,7 @@
|
|
|
</el-menu>
|
|
|
</el-aside>
|
|
|
<el-container>
|
|
|
- <el-header height="45px" style="background-color: #fafafa;">
|
|
|
+ <el-header height="45px" style="background-color: #fafafa; padding: 0 10px;">
|
|
|
<soft-header ref="headerRef" @update-soft="updateSoft()"
|
|
|
@export-file="exportFile"></soft-header>
|
|
|
</el-header>
|
|
@@ -339,11 +339,11 @@
|
|
|
|
|
|
<template v-else>
|
|
|
<el-row type="flex" class="row-bg">
|
|
|
- <el-col :span="1" style="text-align: center;">
|
|
|
+ <el-col :span="1" style="text-align: right;">
|
|
|
<el-button style="margin-top: 8px;" type="primary" size="mini"
|
|
|
icon="el-icon-arrow-left" circle @click="activeName=''"></el-button>
|
|
|
</el-col>
|
|
|
- <el-col :span="23">
|
|
|
+ <el-col :span="23" style="padding: 0 15px;">
|
|
|
<el-tabs v-model="activeName" v-if="activeName.split('-')[1] == 'pdf'">
|
|
|
<el-tab-pane label="EPUB转PDF" name="epub-pdf"></el-tab-pane>
|
|
|
<el-tab-pane label="AZW3转PDF" name="azw3-pdf"></el-tab-pane>
|