@@ -94,6 +94,7 @@ const isSlotSearchBar = ref(!!slots.search);
height: 70px;
padding: 14px 24px;
border-bottom: 1px solid #e9e9e9;
+ overflow: auto;
}
.hc-card-header-box {
position: relative;
@@ -121,6 +122,7 @@ const isSlotSearchBar = ref(!!slots.search);
margin-bottom: 20px;
display: flex;
align-items: center;
.hc-card-main-box {
@@ -93,6 +93,7 @@
.hc-layout-content-box {
flex: 1;
+ display: inline-grid;
margin-left: 24px;
.hc-card-max-h-box {
.data-fill-foot-box {
@@ -51,6 +51,7 @@
height: 100%;
@@ -54,6 +54,7 @@
overflow: auto;
padding: 0 24px 15px 20px;
@@ -50,6 +50,7 @@
@@ -52,6 +52,7 @@
.hc-table-col-item {
@@ -49,6 +49,7 @@
@@ -11,6 +11,7 @@
@@ -65,6 +65,7 @@
.basic-hight {
@@ -14,7 +14,7 @@
<div class="hc-search-tree-val">
<el-input v-model="searchTreeVal" block size="large" placeholder="请输入名称关键词检索" clearable @keyup="searchTreeKeyUp">
<template #suffix>
- <HcIcon name="search-2" ui="text-xl"/>
+ <HcIcon name="search-2" ui="text-xl" @click="searchTreeClick"/>
</template>
</el-input>
</div>
@@ -90,7 +90,7 @@