docs: 更新部分注释

This commit is contained in:
pany 2022-10-24 13:34:24 +08:00
parent a08e434620
commit bea5314f99
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
/* 查阅所有可自定义的 Element Plus CSS 变量https://github.com/element-plus/element-plus/blob/dev/packages/theme-chalk/src/common/var.scss */ /**
* dark-blue 主题下的 Element Plus CSS 变量
* 在此查阅所有可自定义的变量https://github.com/element-plus/element-plus/blob/dev/packages/theme-chalk/src/common/var.scss
*/
html.dark-blue { html.dark-blue {
/* color */ /* color */

View File

@ -1,4 +1,4 @@
/** dark 主题下的变量 */ /** dark-blue 主题下的变量 */
// 主题名称 // 主题名称
$theme-name: "dark-blue"; $theme-name: "dark-blue";