add Time test
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user