fix(测试用例): 用例评审详情-按评审结果筛选-左侧模块树数量未同步更新

This commit is contained in:
xinxin.wu 2024-08-12 15:16:06 +08:00 committed by 刘瑞斌
parent 5843d13f6f
commit 6a67b6d859
1 changed files with 1 additions and 9 deletions

View File

@ -48,6 +48,7 @@
no-disable no-disable
filter-icon-align-left filter-icon-align-left
v-on="propsEvent" v-on="propsEvent"
@filter-change="getModuleCount"
@batch-action="handleTableBatch" @batch-action="handleTableBatch"
> >
<template #[FilterSlotNameEnum.CASE_MANAGEMENT_REVIEW_RESULT]="{ filterContent }"> <template #[FilterSlotNameEnum.CASE_MANAGEMENT_REVIEW_RESULT]="{ filterContent }">
@ -1089,7 +1090,6 @@
<style lang="less" scoped> <style lang="less" scoped>
.case-show-type { .case-show-type {
@apply grid grid-cols-2; @apply grid grid-cols-2;
.show-type-icon { .show-type-icon {
:deep(.arco-radio-button-content) { :deep(.arco-radio-button-content) {
@apply flex; @apply flex;
@ -1099,36 +1099,28 @@
} }
} }
} }
:deep(.arco-radio-label) { :deep(.arco-radio-label) {
@apply inline-flex; @apply inline-flex;
} }
:deep(.param-input:not(.arco-input-focus, .arco-select-view-focus)) { :deep(.param-input:not(.arco-input-focus, .arco-select-view-focus)) {
&:not(:hover) { &:not(:hover) {
border-color: transparent !important; border-color: transparent !important;
.arco-input::placeholder { .arco-input::placeholder {
@apply invisible; @apply invisible;
} }
.arco-select-view-icon { .arco-select-view-icon {
@apply invisible; @apply invisible;
} }
.arco-select-view-value { .arco-select-view-value {
color: var(--color-text-brand); color: var(--color-text-brand);
} }
.arco-input-suffix { .arco-input-suffix {
@apply invisible; @apply invisible;
} }
} }
} }
.list-show-type { .list-show-type {
padding: 0; padding: 0;
:deep(.arco-radio-button-content) { :deep(.arco-radio-button-content) {
padding: 4px 6px; padding: 4px 6px;
} }