|
@@ -11,7 +11,7 @@
|
|
|
<nut-icon :color="color" name="joy-smile" />
|
|
<nut-icon :color="color" name="joy-smile" />
|
|
|
</view>
|
|
</view>
|
|
|
<view class="nut-tabs__titles-item__text"
|
|
<view class="nut-tabs__titles-item__text"
|
|
|
- :class="{ ellipsis: ellipsis && !titleScroll && direction == 'horizontal' }">{{ item.title }}
|
|
|
|
|
|
|
+ :class="{ ellipsis: ellipsis }">{{ item.title }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|