qiushang 1 年之前
父節點
當前提交
f7c4b6c0e8
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 2 2
      src/main/index.js
  2. 3 3
      src/renderer/components/home.vue

+ 2 - 2
src/main/index.js

@@ -46,8 +46,8 @@ function createWindow() {
 	 * Initial window options
 	 */
 	mainWindow = new BrowserWindow({
-		width: 1000,
-		minWidth: 1000,
+		width: 1100,
+		minWidth: 1100,
 		height: 760,
 		minHeight: 760,
 		show: false,

+ 3 - 3
src/renderer/components/home.vue

@@ -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>