|
|
@@ -21,7 +21,7 @@
|
|
|
:get-container="false"
|
|
|
:wrap-style="{ position: 'absolute' }"
|
|
|
@close="closeDrawer">
|
|
|
- <div>
|
|
|
+ <div class="bottomTable">
|
|
|
<a-table :columns="detailColumns"
|
|
|
class="topTable hiddenFirstCol"
|
|
|
:pagination="false"
|
|
|
@@ -167,5 +167,16 @@ export default defineComponent({
|
|
|
.exposure-real-time {
|
|
|
position: relative;
|
|
|
overflow: hidden;
|
|
|
+ .bottomTable {
|
|
|
+ width: 100%;
|
|
|
+ .flex;
|
|
|
+ flex-direction: column;
|
|
|
+ .topTable {
|
|
|
+ height: calc(100% - 46px);
|
|
|
+ .ant-table {
|
|
|
+ background-color: transparent;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
</style>;
|