Compare commits

...

5 Commits

2 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,7 @@ function createLoginWindow() {
function createMainWindow() { function createMainWindow() {
mainWindow = new BrowserWindow({ mainWindow = new BrowserWindow({
width: 1200, width: 1200,
minWidth: 1200,
height: 700, height: 700,
show: false, show: false,
frame: false, // 无边框 frame: false, // 无边框

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<el-row :gutter="20" style="display: flex;flex-wrap: nowrap;justify-content: start"> <el-row :gutter="20" style="display: flex;flex-wrap: nowrap;justify-content: start">
<el-col :xs="24" style="min-width: 260px;max-width: 260px"> <el-col :xs="24" style="min-width: 260px;max-width: 300px">
<el-card class="box-card"> <el-card class="box-card">
<template v-slot:header> <template v-slot:header>
<div class="clearfix"> <div class="clearfix">