框架样式修改
This commit is contained in:
parent
c85262f492
commit
04d5cb11ef
|
|
@ -121,7 +121,7 @@ aside {
|
|||
|
||||
//main-container全局样式
|
||||
.app-container {
|
||||
height: calc(100vh - 84px);
|
||||
height: 84vh;
|
||||
padding: 10px;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ export default {
|
|||
<style lang="scss" scoped>
|
||||
.app-main {
|
||||
/* 50= navbar 50 */
|
||||
height: 85vh;
|
||||
max-height: 85vh;
|
||||
// overflow-y: auto;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
|
|
@ -43,7 +43,7 @@ export default {
|
|||
.hasTagsView {
|
||||
.app-main {
|
||||
/* 84 = navbar + tags-view = 50 + 34 */
|
||||
height: 85vh;
|
||||
max-height: 85vh;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue