diff --git a/src/assets/less/common.less b/src/assets/less/common.less index 53f78554..f0be9621 100644 --- a/src/assets/less/common.less +++ b/src/assets/less/common.less @@ -430,7 +430,7 @@ } .page-tree-box-has-search { - height: calc(100% - 32px); + height: calc(100% - 40px); } /*展开收起按钮颜色*/ diff --git a/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue b/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue index 042460e6..e0bd2195 100644 --- a/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue +++ b/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue @@ -7,47 +7,49 @@ :placeholder="$t('standardRegulationLibrary.domesticStandard.treeSearchPlaceholder')" @search="handleTreeSearch" />