
.brand[data-v-8a54e678] {
    width: 60%;
    margin: 2rem auto;
}
.sidebar[data-v-8a54e678] {
    height: 100vh;
}
.el-aside[data-v-8a54e678] {
    width: 200px !important;
    background: #fff;
    border-right: 1px solid #e6e6e6;
}
.el-main[data-v-8a54e678] {
    position: relative;
}
.el-menu[data-v-8a54e678] {
    border-right: 0;
}
.page-title[data-v-8a54e678] {
    color: #303133;
}
.page-title i[data-v-8a54e678] {
    margin-right: 8px;
}
.loading[data-v-8a54e678]{
    width: calc(100% - 200px);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 200px;
    z-index: 1000;
}

