Compare commits
5 Commits
b8f95eb20f
...
c94563fd43
Author | SHA1 | Date |
---|---|---|
yangws | c94563fd43 | |
lyc | c1a34c61c9 | |
lyc | a68b2a2805 | |
lyc | 0d1a96b202 | |
yangws | 71fe8a0a8f |
|
@ -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, // 无边框
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue