feat: 新增 global-dark-text-color 与 global-dark-background-color 主题变量
This commit is contained in:
@@ -19,7 +19,7 @@ const props = withDefaults(defineProps<LayTimelineProps>(), {
|
||||
const timeLineClass = computed(() => [
|
||||
"layui-timeline",
|
||||
props.direction === "horizontal" ? "layui-timeline-horizontal" : "",
|
||||
])
|
||||
]);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user