refactor: ♻️ 注释完善

Former-commit-id: 160677fe3c
This commit is contained in:
hxr 2023-08-12 19:43:10 +08:00
parent 35fa59b07a
commit c471f3c68b
1 changed files with 2 additions and 2 deletions

View File

@ -13,14 +13,14 @@
<style lang="scss" scoped>
/** 关闭tag标签 */
.app-container {
/* 84 = navbar = 50 */
/* 50px = navbar = 50px */
height: calc(100vh - 50px);
}
/** 开启tag标签 */
.hasTagsView {
.app-container {
/* 84 = navbar + tags-view = 50 + 34 */
/* 84px = navbar + tags-view = 50px + 34px */
height: calc(100vh - 84px);
}
}