feat: 新增 global-dark-text-color 与 global-dark-background-color 主题变量

This commit is contained in:
就眠儀式
2022-04-03 15:55:41 +08:00
parent 10d404239f
commit 08c2058707
2 changed files with 9 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ const props = withDefaults(defineProps<LayTimelineProps>(), {
const timeLineClass = computed(() => [
"layui-timeline",
props.direction === "horizontal" ? "layui-timeline-horizontal" : "",
])
]);
</script>
<template>