我在index.html的一节中尝试了以下内容,但它没有任何作用:
<style>
:root {
--sidebar-width : 100rem;
}
</style>这是对docsify的简单使用。
发布于 2021-05-05 07:01:17
删除<style>部件并将代码添加到theme.css中
:root {
--sidebar-width : 100rem;
}https://stackoverflow.com/questions/65582394
复制相似问题