修改边距
This commit is contained in:
parent
0e93123da4
commit
6a89ce3c88
|
|
@ -521,9 +521,9 @@
|
||||||
//update-end-author:liusq---date:20230517--for: [issues/526]RangePicker 设置预设范围按钮样式问题---
|
//update-end-author:liusq---date:20230517--for: [issues/526]RangePicker 设置预设范围按钮样式问题---
|
||||||
|
|
||||||
.ant-table-wrapper {
|
.ant-table-wrapper {
|
||||||
padding: 6px;
|
padding: 14px;
|
||||||
background-color: @component-background;
|
background-color: @component-background;
|
||||||
border-radius: 2px;
|
border-radius: 8px;
|
||||||
|
|
||||||
.ant-table-title {
|
.ant-table-title {
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
|
|
|
||||||
|
|
@ -328,7 +328,7 @@ defineExpose({
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
padding: 24px;
|
padding: 14px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background: #dfdfdf;
|
background: #dfdfdf;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@
|
||||||
<AsyncListComponent ref="logsRef"></AsyncListComponent>
|
<AsyncListComponent ref="logsRef"></AsyncListComponent>
|
||||||
</a-modal> -->
|
</a-modal> -->
|
||||||
<a-drawer title="日志" width="85vw" v-model:visible="logsVisible"
|
<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">
|
wrapClassName="org-list-modal" @cancel="handleCancelLogs">
|
||||||
<a-row style="overflow-x: hidden !important; background-color: white;">
|
<a-row style="overflow-x: hidden !important; background-color: white;">
|
||||||
<a-col :span="2" :push="22" style="margin-top: 18px;margin-left: 30px;">
|
<a-col :span="2" :push="22" style="margin-top: 18px;margin-left: 30px;">
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
</a-drawer>
|
</a-drawer>
|
||||||
<!-- 标准指令库 -->
|
<!-- 标准指令库 -->
|
||||||
<a-drawer v-model:visible="directiveMainVisible" title="标准指令库" width="85vw" :footer-style="{ textAlign: 'right' }"
|
<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">
|
wrapClassName="org-list-modal" @cancel="handleCanceldirectiveMain">
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<a-button @click="handleCanceldirectiveMain" type="primary" style="margin-right: 10px;">关闭</a-button>
|
<a-button @click="handleCanceldirectiveMain" type="primary" style="margin-right: 10px;">关闭</a-button>
|
||||||
|
|
@ -86,7 +86,7 @@
|
||||||
</a-drawer>
|
</a-drawer>
|
||||||
<!-- 新增指令 -->
|
<!-- 新增指令 -->
|
||||||
<a-drawer v-model:visible="newDirectiveVisible" title="新增指令" width="85vw" :footer-style="{ textAlign: 'right' }"
|
<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">
|
wrapClassName="org-list-modal" @cancel="handleCancelNewDirective">
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<a-button @click="handleCancelNewDirective" type="primary">关闭</a-button>
|
<a-button @click="handleCancelNewDirective" type="primary">关闭</a-button>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue