diff options
Diffstat (limited to 'src/tools/math-evaluator/math-evaluator.vue')
-rw-r--r-- | src/tools/math-evaluator/math-evaluator.vue | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tools/math-evaluator/math-evaluator.vue b/src/tools/math-evaluator/math-evaluator.vue index 16aa7c4..a525087 100644 --- a/src/tools/math-evaluator/math-evaluator.vue +++ b/src/tools/math-evaluator/math-evaluator.vue @@ -11,10 +11,8 @@ autocapitalize="off" spellcheck="false" /> - <br /> - <br /> - <n-card v-if="result !== ''" title="Result "> + <n-card v-if="result !== ''" title="Result " mt-5> {{ result }} </n-card> </div> |