This commit is contained in:
zoujiandong
2024-06-14 08:50:51 +08:00
parent a6c15094f2
commit 68a48230fa
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -9,4 +9,5 @@
</template>
<style lang="scss">
</style>
+3 -2
View File
@@ -39,7 +39,8 @@ const isRouteParams = computed(() => {
})
</script>
<style scoped >
.mymenu .arco-menu-vertical .arco-menu-inline-header.arco-menu-has-icon .arco-menu-title ::v-deep{
overflow-x: auto!important;;
:deep(.mymenu .arco-menu-title ) {
overflow: inherit!important;
}
</style>