Commit 9a4e2808 authored by 裴文涛's avatar 裴文涛

最后一次提交

parent c1254b85
......@@ -460,7 +460,7 @@ function getOrganizationStructure() {
border
stripe
ref="elTableRef"
height="calc(100vh - 180px)"
height="calc(100vh - 170px)"
:default-sort="{ prop: 'year', order: 'descending' }"
:header-cell-class-name="tableHeaderClass"
:row-class-name="tableBodyClass"
......
......@@ -234,7 +234,7 @@ function customSort(a, b) {
:data="data"
stripe border style="width: 100%"
:default-sort="{ prop: 'phenomenonName', order: 'descending' }"
height="calc(100vh - 180px)"
height="calc(100vh - 170px)"
:header-cell-class-name="tableHeaderClass"
:row-class-name="tableBodyClass"
>
......
......@@ -278,7 +278,7 @@ function customSort(a, b) {
border
style="width: 100%"
:default-sort="{ prop: 'windLevel', order: 'descending' }"
height="calc(100vh - 180px)"
height="calc(100vh - 170px)"
:header-cell-class-name="tableHeaderClass"
:row-class-name="tableBodyClass"
>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment