mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
fix(log): loading indicator shouldn't use monospace font
This commit is contained in:
parent
7f3c5362ba
commit
34ad7226ca
@ -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"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user