修改页面去掉全屏

This commit is contained in:
2026-03-05 00:16:52 +08:00
parent 14127580fe
commit aae3b2c020
35 changed files with 9 additions and 47 deletions

View File

@@ -10,7 +10,6 @@
:okAuth="'biz:calendarSchedule:edit'"
@register="registerModal"
@ok="handleSubmit"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -10,7 +10,6 @@
:okAuth="'biz:company:edit'"
@register="registerModal"
@ok="handleSubmit"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -9,7 +9,6 @@
:showFooter="true"
:showOkBtn="false"
@register="registerModal"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -10,7 +10,6 @@
:okAuth="'biz:dataReport:edit'"
@register="registerModal"
@ok="handleSubmit"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -10,7 +10,6 @@
:okAuth="'biz:dbConfig:edit'"
@register="registerModal"
@ok="handleSubmit"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -9,7 +9,6 @@
:showFooter="true"
:showOkBtn="false"
@register="registerModal"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -10,7 +10,6 @@
:okAuth="'biz:execScript:edit'"
@register="registerModal"
@ok="handleSubmit"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -9,7 +9,6 @@
:showFooter="true"
:showOkBtn="false"
@register="registerModal"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -10,7 +10,6 @@
:okAuth="'biz:monitorAccount:edit'"
@register="registerModal"
@ok="handleSubmit"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -9,7 +9,6 @@
:showFooter="true"
:showOkBtn="false"
@register="registerModal"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -10,7 +10,6 @@
:okAuth="'biz:monitorHost:edit'"
@register="registerModal"
@ok="handleSubmit"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -9,7 +9,6 @@
:showFooter="true"
:showOkBtn="false"
@register="registerModal"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -10,7 +10,6 @@
:okAuth="'biz:listItem:edit'"
@register="registerModal"
@ok="handleSubmit"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -9,7 +9,6 @@
:showFooter="true"
:showOkBtn="false"
@register="registerModal"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -10,7 +10,6 @@
:okAuth="'biz:projectInfo:edit'"
@register="registerModal"
@ok="handleSubmit"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -9,7 +9,6 @@
:showFooter="true"
:showOkBtn="false"
@register="registerModal"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -10,7 +10,6 @@
:okAuth="'biz:projectReport:edit'"
@register="registerModal"
@ok="handleSubmit"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -9,7 +9,6 @@
:showFooter="true"
:showOkBtn="false"
@register="registerModal"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -10,7 +10,6 @@
:okAuth="'biz:projectRequirements:edit'"
@register="registerModal"
@ok="handleSubmit"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -9,7 +9,6 @@
:showFooter="true"
:showOkBtn="false"
@register="registerModal"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -10,7 +10,6 @@
:okAuth="'biz:resumeEmployee:edit'"
@register="registerModal"
@ok="handleSubmit"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -9,7 +9,6 @@
:showFooter="true"
:showOkBtn="false"
@register="registerModal"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -10,7 +10,6 @@
:okAuth="'biz:mailAccount:edit'"
@register="registerModal"
@ok="handleSubmit"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -9,7 +9,6 @@
:showFooter="true"
:showOkBtn="false"
@register="registerModal"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -10,7 +10,6 @@
:okAuth="'biz:quickLogin:edit'"
@register="registerModal"
@ok="handleSubmit"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -9,7 +9,6 @@
:showFooter="true"
:showOkBtn="false"
@register="registerModal"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -10,7 +10,6 @@
:okAuth="'biz:websiteStorage:edit'"
@register="registerModal"
@ok="handleSubmit"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -9,7 +9,6 @@
:showFooter="true"
:showOkBtn="false"
@register="registerModal"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -6,11 +6,9 @@
<div class="server-card">
<div class="ip-info">
<div class="info-item ip-row">
<span><a-button type="link" size="small" @click="openModalServer(true, item)">{{ item.sysHostname || '未知IP' }}</a-button></span>
<span>{{ item.sysHostname || '未知IP' }}</span>
<span class="status-tag" :class="item.ustatus === '1' ? 'status-running' : 'status-offline'">
<a-button type="link" size="small" @click="openModalDocker(true, item)">
{{ item.ustatus === '1' ? '运行中' : '已离线' }}
</a-button>
{{ item.ustatus === '1' ? '运行中' : '已离线' }}
</span>
</div>
</div>

View File

@@ -246,7 +246,7 @@ onMounted(() => {
}
.alert-type {
width: 60px;
width: 40px;
color: #666;
text-align: left;
white-space: nowrap;
@@ -257,7 +257,7 @@ onMounted(() => {
}
.alert-title {
width: 100px;
width: 40px;
flex-shrink: 0;
color: #666;
white-space: nowrap;
@@ -271,9 +271,9 @@ onMounted(() => {
}
.alert-content {
width: 200px;
width: 60px;
flex-grow: 1;
min-width: 150px;
min-width: 40px;
}
.title-text {

View File

@@ -4,16 +4,13 @@
<MySchedule />
</div>
<Tabs v-model:activeKey="activeKey">
<TabPane key="1" tab="便签管理">
<NoteTodo />
</TabPane>
<TabPane key="2" tab="日程管理">
<TabPane key="1" tab="日程管理">
<Calendar />
</TabPane>
<TabPane key="3" tab="我的待办">
<TabPane key="2" tab="我的待办">
<ItemsInfo />
</TabPane>
<TabPane key="4" tab="文件管理">
<TabPane key="3" tab="文件管理">
<MyfileInfo />
</TabPane>
</Tabs>
@@ -23,7 +20,6 @@
<script lang="ts" setup name="AboutPage">
import { h, ref, onMounted } from 'vue';
import { Tag, Tabs, TabPane } from 'ant-design-vue';
import NoteTodo from './components/NoteTodo.vue';
import MySchedule from './components/MySchedule.vue';
import Calendar from './components/calendar/list.vue';
import ItemsInfo from './components/listItem/list.vue';

View File

@@ -10,7 +10,6 @@
:okAuth="'erp:account:edit'"
@register="registerModal"
@ok="handleSubmit"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -10,7 +10,6 @@
:okAuth="'erp:accountTransfer:edit'"
@register="registerModal"
@ok="handleSubmit"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -10,7 +10,6 @@
:okAuth="'erp:category:edit'"
@register="registerModal"
@ok="handleSubmit"
defaultFullscreen="true"
width="70%"
>
<template #title>

View File

@@ -10,7 +10,6 @@
:okAuth="'erp:transactionFlow:edit'"
@register="registerModal"
@ok="handleSubmit"
defaultFullscreen="true"
width="70%"
>
<template #title>