diff --git a/frontend/src/assets/style/arco-reset.less b/frontend/src/assets/style/arco-reset.less index ebd895a590..f919a36198 100644 --- a/frontend/src/assets/style/arco-reset.less +++ b/frontend/src/assets/style/arco-reset.less @@ -182,6 +182,11 @@ @apply hidden; } } +.ms-pop-confirm--hidden-confirm { + .arco-btn-primary { + @apply hidden; + } +} .ms-pop-confirm--hidden-icon { .arco-popconfirm-icon { @apply !hidden; diff --git a/frontend/src/views/api-test/components/treeFolderAll.vue b/frontend/src/views/api-test/components/treeFolderAll.vue index 4bd1b8d765..579a235a47 100644 --- a/frontend/src/views/api-test/components/treeFolderAll.vue +++ b/frontend/src/views/api-test/components/treeFolderAll.vue @@ -21,17 +21,31 @@ - - - - - + + + + + + + +