refactor: ♻️ 移除无用样式
Former-commit-id: 782fe12268e9f54845ed16dda35796a5a90f26c8
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user