fix: 样式
Former-commit-id: 6b515ae7433a1a5a2a10d8cffeb95d4e92efe7e3
This commit is contained in:
@@ -18,7 +18,6 @@ onMounted(() => {
|
||||
<el-scrollbar>
|
||||
<el-menu
|
||||
mode="horizontal"
|
||||
class="el-menu-demo"
|
||||
:default-active="tPath"
|
||||
:background-color="variables.menuBg"
|
||||
:text-color="variables.menuText"
|
||||
@@ -50,3 +49,8 @@ onMounted(() => {
|
||||
</el-menu>
|
||||
</el-scrollbar>
|
||||
</template>
|
||||
<style lang="scss" scoped>
|
||||
.el-menu {
|
||||
height: 50px !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user