no message

Former-commit-id: d0b2365f079402451410424ed468fb1c4e24576c
Former-commit-id: 010d8b45561b74779c03f12b47a089eac5a06a04
Former-commit-id: 4393708426882f6fea510c3fd6290f4d396b950d
This commit is contained in:
李杨
2018-03-08 22:10:08 +08:00
parent 5ad968820e
commit b229d7fcd8
3 changed files with 49 additions and 10 deletions

View File

@@ -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 {