菜单样式调整上下滚动条

pull/755/merge
zhangdaiscott 2023-09-20 10:17:30 +08:00
parent c73b4d425d
commit 76d455243d
1 changed files with 7 additions and 0 deletions

View File

@ -163,6 +163,13 @@
}, },
}); });
</script> </script>
<style lang="less" scoped>
// update-begin--author:liaozhiyang---date:20230803---forQQYUN-5872
.scroll-container :deep(.scrollbar__bar) {
display: none;
}
// update-end--author:liaozhiyang---date:20230803---forQQYUN-5872
</style>
<style lang="less"> <style lang="less">
@prefix-cls: ~'@{namespace}-layout-menu'; @prefix-cls: ~'@{namespace}-layout-menu';
@logo-prefix-cls: ~'@{namespace}-app-logo'; @logo-prefix-cls: ~'@{namespace}-app-logo';