style: 界面布局
parent
d96c773dbc
commit
52e5f5534c
|
@ -46,6 +46,7 @@ function goHome() {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: #2c2e3b;
|
background: #2c2e3b;
|
||||||
color: #b9b9ba;
|
color: #b9b9ba;
|
||||||
|
margin-bottom: 8px;
|
||||||
& :deep(.el-dropdown) {
|
& :deep(.el-dropdown) {
|
||||||
color: inherit !important;
|
color: inherit !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -158,7 +158,7 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.app-wrapper {
|
.app-wrapper {
|
||||||
background: #e7f4ff;
|
background: #f5f7f9;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-width: 1200px;
|
min-width: 1200px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -167,7 +167,8 @@ export default {
|
||||||
.main-container {
|
.main-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #f5f7f9;
|
// 继承 app-wrapper
|
||||||
|
// background: #f5f7f9;
|
||||||
.main-body {
|
.main-body {
|
||||||
padding: 0 16px 12px 16px;
|
padding: 0 16px 12px 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue