修改边距

This commit is contained in:
yangjun 2025-08-27 14:23:47 +08:00
parent 0e93123da4
commit 6a89ce3c88
3 changed files with 6 additions and 6 deletions

View File

@ -521,9 +521,9 @@
//update-end-author:liusq---date:20230517--for: [issues/526]RangePicker ---
.ant-table-wrapper {
padding: 6px;
padding: 14px;
background-color: @component-background;
border-radius: 2px;
border-radius: 8px;
.ant-table-title {
min-height: 40px;

View File

@ -328,7 +328,7 @@ defineExpose({
flex: 1;
min-width: 0;
min-height: 0;
padding: 24px;
padding: 14px;
overflow: auto;
background: #dfdfdf;
}

View File

@ -56,7 +56,7 @@
<AsyncListComponent ref="logsRef"></AsyncListComponent>
</a-modal> -->
<a-drawer title="日志" width="85vw" v-model:visible="logsVisible"
:bodyStyle="{ height: '70vh', display: 'flex', flexDirection: 'column', overflow: 'auto' }"
:bodyStyle="{ height: '70vh', display: 'flex',padding:'14px', flexDirection: 'column', overflow: 'auto' }"
wrapClassName="org-list-modal" @cancel="handleCancelLogs">
<a-row style="overflow-x: hidden !important; background-color: white;">
<a-col :span="2" :push="22" style="margin-top: 18px;margin-left: 30px;">
@ -74,7 +74,7 @@
</a-drawer>
<!-- 标准指令库 -->
<a-drawer v-model:visible="directiveMainVisible" title="标准指令库" width="85vw" :footer-style="{ textAlign: 'right' }"
:bodyStyle="{ height: '70vh', display: 'flex', flexDirection: 'column', overflow: 'auto' }"
:bodyStyle="{ height: '70vh', display: 'flex',padding:'14px', flexDirection: 'column', overflow: 'auto' }"
wrapClassName="org-list-modal" @cancel="handleCanceldirectiveMain">
<template #footer>
<a-button @click="handleCanceldirectiveMain" type="primary" style="margin-right: 10px;">关闭</a-button>
@ -86,7 +86,7 @@
</a-drawer>
<!-- 新增指令 -->
<a-drawer v-model:visible="newDirectiveVisible" title="新增指令" width="85vw" :footer-style="{ textAlign: 'right' }"
:bodyStyle="{ height: '80vh', display: 'flex', flexDirection: 'column', overflow: 'auto' }"
:bodyStyle="{ height: '80vh', display: 'flex',padding:'14px', flexDirection: 'column', overflow: 'auto' }"
wrapClassName="org-list-modal" @cancel="handleCancelNewDirective">
<template #footer>
<a-button @click="handleCancelNewDirective" type="primary">关闭</a-button>