diff --git a/src/components/SliderScond.vue b/src/components/SliderScond.vue index fef5237..8534515 100644 --- a/src/components/SliderScond.vue +++ b/src/components/SliderScond.vue @@ -6,16 +6,19 @@
- {{ item[renderKeyNew.menuTitle] }} + - +
- + + +
{{ item1[renderKeyNew.subtitle] }} @@ -264,7 +267,7 @@ export default { } ::v-deep .el-collapse-item__header { - max-width: 120px; + max-width: 162px; } .arrow_img { @@ -288,20 +291,26 @@ export default { padding: 11px 0; height: 40px; line-height: 18px; - max-width: 80px; + width: 120px; + // max-width: 96px; box-sizing: border-box; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; + span{ + // max-width: 50px; + // width: 50px; + text-align: left; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + } } .l-menu-name { - max-width: 90px; + // max-width: 90px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #8A9099; - padding: 9px 0; + padding: 7px 0; height: 36px; box-sizing: border-box; } @@ -321,8 +330,8 @@ export default { } .el-collapse { - min-width: 158px; - max-width: 158px; + min-width: 200px; + max-width: 200px; background-color: #fff; height: 100%; overflow-y: auto;