refactor: ♻️ 移除无用样式

Former-commit-id: 782fe12268e9f54845ed16dda35796a5a90f26c8
This commit is contained in:
hxr
2023-08-12 19:40:48 +08:00
parent 1093c40e22
commit 35fa59b07a

View File

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