|
@@ -323,8 +323,11 @@ const menuListEvent = (item, index) => {
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<style lang="scss">
|
|
|
-.elMenuVerticalMenuLeftTwo {
|
|
|
+
|
|
|
+<style scoped lang="scss">
|
|
|
+@use './css/commonsScrollbar.scss';
|
|
|
+
|
|
|
+:deep(.elMenuVerticalMenuLeftTwo) {
|
|
|
width: 16rem;
|
|
|
border: unset;
|
|
|
|
|
@@ -357,10 +360,6 @@ const menuListEvent = (item, index) => {
|
|
|
line-height: 4rem;
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
-
|
|
|
-<style scoped lang="scss">
|
|
|
-@use './css/commonsScrollbar.scss';
|
|
|
|
|
|
.MenuLeft * {
|
|
|
-moz-user-select: none;
|
|
@@ -368,6 +367,10 @@ const menuListEvent = (item, index) => {
|
|
|
-ms-user-select: none;
|
|
|
-khtml-user-select: none;
|
|
|
user-select: none;
|
|
|
+
|
|
|
+ box-sizing:border-box;
|
|
|
+ -moz-box-sizing:border-box; /* Firefox */
|
|
|
+ -webkit-box-sizing:border-box; /* Safari */
|
|
|
}
|
|
|
|
|
|
.MenuLeft {
|