docs: 优化文档和注释中的单词大小写和语义

This commit is contained in:
pany
2022-07-01 16:25:51 +08:00
parent 8378cb501f
commit f4dc67c4ec
30 changed files with 74 additions and 76 deletions

View File

@@ -1,6 +1,6 @@
// 全局 css 变量
// 全局 CSS 变量
@import "variables.css";
// transition
// Transition
@import "./transition.scss";
// 注册主题
@import "./theme/register.scss";

View File

@@ -42,7 +42,7 @@
}
}
// tags-view
// TagsView
.tags-view-container {
background-color: $theme-bg-color !important;
border-bottom: 1px solid lighten($theme-bg-color, 10%) !important;
@@ -73,7 +73,7 @@
}
}
/** app-main 主要写 view 页面的黑暗样式 */
/** AppMain 主要写 View 页面的黑暗样式 */
.app-main {
// 指令权限页面 /permission/directive
@@ -82,7 +82,7 @@
}
}
/** login 页面 */
/** Login 页面 */
.login-container {
background-color: $theme-bg-color;
@@ -92,7 +92,7 @@
}
}
/** element-plus */
/** Element-Plus */
// 侧边栏的 item 的 popper
.el-popper {

View File

@@ -1,4 +1,4 @@
/** 全局 css 变量,这种变量不仅可以在 css 和 scss 中使用,还可以导入到 js 中使用 */
/** 全局 CSS 变量,这种变量不仅可以在 CSS 和 SCSS 中使用,还可以导入到 JS 中使用 */
:root {
/** 全局背景色 */