diff --git a/components.d.ts b/components.d.ts index 1d7b5e18..e8f8a6ba 100644 --- a/components.d.ts +++ b/components.d.ts @@ -136,6 +136,7 @@ declare module '@vue/runtime-core' { NConfigProvider: typeof import('naive-ui')['NConfigProvider'] NDivider: typeof import('naive-ui')['NDivider'] NEllipsis: typeof import('naive-ui')['NEllipsis'] + NFlex: typeof import('naive-ui')['NFlex'] NFormItem: typeof import('naive-ui')['NFormItem'] NH1: typeof import('naive-ui')['NH1'] NH3: typeof import('naive-ui')['NH3'] @@ -144,6 +145,7 @@ declare module '@vue/runtime-core' { NLayout: typeof import('naive-ui')['NLayout'] NLayoutSider: typeof import('naive-ui')['NLayoutSider'] NMenu: typeof import('naive-ui')['NMenu'] + NSpace: typeof import('naive-ui')['NSpace'] NumeronymGenerator: typeof import('./src/tools/numeronym-generator/numeronym-generator.vue')['default'] OtpCodeGeneratorAndValidator: typeof import('./src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue')['default'] PasswordStrengthAnalyser: typeof import('./src/tools/password-strength-analyser/password-strength-analyser.vue')['default'] diff --git a/src/tools/smart-text-replacer/smart-text-replacer.vue b/src/tools/smart-text-replacer/smart-text-replacer.vue index 7ae677c7..658db36d 100644 --- a/src/tools/smart-text-replacer/smart-text-replacer.vue +++ b/src/tools/smart-text-replacer/smart-text-replacer.vue @@ -146,27 +146,23 @@ const { copy } = useCopy({ source: highlightedText }); -
-
- - - - - - - - - -
-
- - - - - - -
-
+ + + + + + + + + + + + + + + + +