@@ -118,6 +118,7 @@
position: relative;
display: flex;
align-items: center;
+ flex-direction: row;
--el-header-padding: 0 24px;
--el-header-height: 66px;
.hc-header-page-name {
@@ -128,11 +129,12 @@
}
.hc-header-top-menu-bar {
- flex: auto;
+ flex: 1;
padding: 0 30px;
+ overflow: hidden;
.hc-header-content {
@@ -130,6 +130,9 @@ const barMenuCloseClick = (item, index) => {
<style lang="scss">
.hc-top-menu-bar {
+ width: 100%;
+ padding-bottom: 10px;
+ margin-top: 10px;
.bar-menu-content {