Compare commits

...
Author SHA1 Message Date
黑先森 f556e17f85 固定窗口高度 2024-11-12 11:21:03 +08:00
黑先森 c7170967ec 给予一定的宽度可变调整 2024-11-12 11:04:21 +08:00
2 changed files with 11 additions and 7 deletions
+5 -5
View File
@@ -183,8 +183,8 @@
</ElFormItem>
</div>
<!-- </div> -->
<div class="flex items-start gap-[0_10px]">
<div class="w-[122px]">
<div class="flex items-start">
<div>
<div>
<ElDropdown
@command="handleStartCommand"
@@ -247,7 +247,7 @@
</ElTooltip>
</div>
</div>
<div>
<div class="ml-auto">
<ElCheckbox
v-model="config.disbleP2p"
size="small"
@@ -288,7 +288,7 @@
</ElButton>
</div>
<ElLink
class="!text-[10px] pb-[2px] ml-[8px]"
class="!text-[9px] pb-[2px] ml-[8px] truncate"
type="info"
:underline="false"
@click="open('https://github.com/EasyTier/EasytierGame')"
@@ -480,7 +480,7 @@
unListenConfigStart: null,
thread_id: null,
async listenOutput() {
const appWindow = getCurrentWindow();
// const appWindow = getCurrentWindow();
const unListen = await listen("command-output", async event => {
data.isStart = true;
if (event.payload) {
+6 -2
View File
@@ -14,9 +14,13 @@
"windows": [
{
"title": "easytier-game 1.1.6",
"width": 335,
"minWidth": 340,
"width": 340,
"height": 305,
"resizable": false,
"minHeight": 305,
"maxHeight": 305,
"maxWidth": 360,
"resizable": true,
"fullscreen": false,
"decorations": true,
"center": true,