@@ -16,6 +16,9 @@
&.scrollable {
overflow-x: hidden;
overflow-y: auto;
+ .nut-tabs__titles-item {
+ padding: 0 10px 0 15px;
+ }
}
&-item {
height: $tabs-vertical-titles-item-height;
@@ -11,7 +11,7 @@
<nut-icon :color="color" name="joy-smile" />
</view>
<view class="nut-tabs__titles-item__text"
- :class="{ ellipsis: ellipsis && !titleScroll && direction == 'horizontal' }">{{ item.title }}
+ :class="{ ellipsis: ellipsis }">{{ item.title }}
</template>