Compare commits

...

5 Commits

2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -1,7 +1,7 @@
<template>
<div class="app-container">
<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">
<template v-slot:header>
<div class="clearfix">