fix(log): loading indicator shouldn't use monospace font

This commit is contained in:
07akioni 2020-06-01 20:42:47 +08:00
parent 7f3c5362ba
commit 34ad7226ca

View File

@ -1,6 +1,6 @@
<template>
<div
class="n-log n-code"
class="n-log"
:class="{
[`n-${syntheticTheme}-theme`]: syntheticTheme
}"
@ -12,6 +12,7 @@
>
<n-scrollbar
ref="scrollbar"
class="n-code"
:theme="syntheticTheme"
@scroll="handleScroll"
>