|
@@ -6,7 +6,7 @@
|
|
|
:data-source="dataSource"
|
|
:data-source="dataSource"
|
|
|
bordered
|
|
bordered
|
|
|
:pagination="false"
|
|
:pagination="false"
|
|
|
- :scroll="{ x: '100%', y: '223px' }"
|
|
|
|
|
|
|
+ :scroll="{ x: '100%', y: '261px' }"
|
|
|
>
|
|
>
|
|
|
<template #action>
|
|
<template #action>
|
|
|
<a>action</a>
|
|
<a>action</a>
|
|
@@ -49,11 +49,11 @@ export default defineComponent({
|
|
|
<style lang="less">
|
|
<style lang="less">
|
|
|
.quoteTable {
|
|
.quoteTable {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- max-height: calc(100% - 68px);
|
|
|
|
|
|
|
+ // max-height: calc(100% - 68px);
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
}
|
|
}
|
|
|
.quote-table {
|
|
.quote-table {
|
|
|
- height: 223px;
|
|
|
|
|
|
|
+ height: 261px;
|
|
|
.ant-spin-nested-loading {
|
|
.ant-spin-nested-loading {
|
|
|
.ant-spin-container {
|
|
.ant-spin-container {
|
|
|
}
|
|
}
|