refactor: ♻️ 移除无用样式
Former-commit-id: 782fe12268e9f54845ed16dda35796a5a90f26c8
This commit is contained in:
@@ -11,16 +11,16 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
/** 关闭tag标签 */
|
||||||
.app-container {
|
.app-container {
|
||||||
display: flex;
|
/* 84 = navbar = 50 */
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
/* 84 = navbar + tags-view = 50 + 34 */
|
|
||||||
height: calc(100vh - 50px);
|
height: calc(100vh - 50px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** 开启tag标签 */
|
||||||
.hasTagsView {
|
.hasTagsView {
|
||||||
.app-container {
|
.app-container {
|
||||||
|
/* 84 = navbar + tags-view = 50 + 34 */
|
||||||
height: calc(100vh - 84px);
|
height: calc(100vh - 84px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user