add Time test

This commit is contained in:
Timi
2026-04-11 09:47:05 +08:00
parent 26e533dc69
commit 6735a815c4
5 changed files with 99 additions and 34 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<div
class="tui-markdown-view selectable break-all line-numbers"
v-html="markdownHTML"
:data-max-height="maxHeight"
:style="{ '--data-max-height': maxHeight }"
></div>
</template>
<script lang="ts" setup>
+3 -3
View File
@@ -260,9 +260,9 @@
overflow: auto;
font-size: 14px;
background: transparent;
max-height: var(data-max-height);
max-height: var(--data-max-height);
transition: max-height .5s var(--tui-bezier);
font-family: var(--td-font-family);
font-family: var(--td-font);
line-height: 1;
border-radius: 0;
@@ -270,7 +270,7 @@
color: #333;
background: transparent;
text-shadow: none !important;
font-family: var(--td-font-family);
font-family: var(--td-font);
.line-numbers-rows {
left: 0;