diff --git a/src/assets/style/theme/default.scss b/src/assets/style/theme/default.scss index 984a6d90..6d54c3d1 100644 --- a/src/assets/style/theme/default.scss +++ b/src/assets/style/theme/default.scss @@ -45,6 +45,17 @@ $color: #409EFF; } } } + // 顶栏按钮 + .btn-group { + float: right; + height: 60px; + display: flex; + // justify-content: center; + align-items: center; + .btn-text { + color: $color-text-normal; + } + } } // 顶栏下面 .el-container { diff --git a/src/components/core/MainLayout/_headerRight.vue b/src/components/core/MainLayout/_headerRight.vue new file mode 100644 index 00000000..d93e0f08 --- /dev/null +++ b/src/components/core/MainLayout/_headerRight.vue @@ -0,0 +1,32 @@ + + + + diff --git a/src/components/core/MainLayout/index.vue b/src/components/core/MainLayout/index.vue index e318c84e..4e7237f0 100644 --- a/src/components/core/MainLayout/index.vue +++ b/src/components/core/MainLayout/index.vue @@ -5,7 +5,7 @@ - 全屏 + @@ -19,23 +19,19 @@