|
@@ -66,7 +66,7 @@
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
- <HcTabsSimple :cur="tabsKey" :datas="tabsData" @tabClick="tabsClick" class="mt-6" >
|
|
|
|
|
|
+ <HcTabsSimple :cur="tabsKey" :datas="tabsData" @tabClick="tabsClick" class="mt-6 tableui" >
|
|
<template #tab-all>
|
|
<template #tab-all>
|
|
<TabAll/>
|
|
<TabAll/>
|
|
</template>
|
|
</template>
|
|
@@ -114,4 +114,10 @@ const tabsClick = (key) => {
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
@import "~src/styles/static/actual.scss";
|
|
@import "~src/styles/static/actual.scss";
|
|
|
|
|
|
|
|
+</style>
|
|
|
|
+<style lang="scss" >
|
|
|
|
+ .tableui.hc-sb-table .el-tabs .el-tabs__content {
|
|
|
|
+ height:auto;
|
|
|
|
+}
|
|
|
|
+
|
|
</style>
|
|
</style>
|