update screen 2, 8, 9, 10, 27, 33, 34
This commit is contained in:
@ -12,8 +12,7 @@
|
||||
|
||||
html,
|
||||
body {
|
||||
overflow: auto;
|
||||
|
||||
// overflow: auto;
|
||||
}
|
||||
|
||||
a {
|
||||
@ -119,7 +118,7 @@ a {
|
||||
.v-main,
|
||||
.v-main__wrap,
|
||||
.container {
|
||||
height: 100%;
|
||||
// height: 100%;
|
||||
}
|
||||
|
||||
.v-main__wrap>.container {
|
||||
@ -144,7 +143,9 @@ a {
|
||||
}
|
||||
|
||||
& .router-tab__container {
|
||||
min-height: calc(100% - 72px);
|
||||
overflow-y: auto;
|
||||
min-height: calc(100vh - 105px);
|
||||
max-height: calc(100vh - 105px);
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
@ -484,6 +485,10 @@ a {
|
||||
|
||||
.container--fluid {
|
||||
background-color: map-deep-get($config, #{$theme}, "container-fluid");
|
||||
.menu-container {
|
||||
max-height:calc(100vh - 60px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.v-icon {
|
||||
@ -529,8 +534,6 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.router-tab {
|
||||
.router-tab__header {
|
||||
background-color: map-deep-get($config, #{$theme}, "router-header");
|
||||
|
@ -118,6 +118,9 @@
|
||||
background: map-deep-get($config, #{$theme}, "ant-btn-primary-bg");
|
||||
border-color:map-deep-get($config, #{$theme}, "ant-btn-primary-bg");
|
||||
color:map-deep-get($config, #{$theme}, "ant-btn-primary-color");
|
||||
&.ant-btn-background-ghost{
|
||||
color:map-deep-get($config, #{$theme}, "ant-btn-primary-bg");
|
||||
}
|
||||
}
|
||||
|
||||
&.ant-btn-default {
|
||||
|
Reference in New Issue
Block a user