摘要:
因为TDesign是在html上加了个theme-mode="dark"的属性,所以Tailwind需要适配一下: tailwind.config.js /** @type {import('tailwindcss').Config} */ export default { darkMode: [' 阅读全文
posted @ 2025-05-10 10:54
deajax
阅读(7)
评论(0)
推荐(0)
摘要:
根据官网的示例,锚点组件的应用是这样写的: <t-anchor> <t-anchor-item href="#进行中任务" title="进行中任务" /> <t-anchor-item href="#待处理任务" title="待处理任务" /> <t-anchor-item href="#待排期 阅读全文
posted @ 2025-05-10 10:44
deajax
阅读(1)
评论(0)
推荐(0)