|
@@ -10,7 +10,7 @@
|
|
|
<Empty v-else :elevation="false" class="mt-3" message="暂无精选企业"></Empty>
|
|
|
<div v-if="items.length" class="text-center">
|
|
|
<v-hover v-slot="{ isHovering, props }">
|
|
|
- <v-btn v-bind="props" v-ripple.center class="buttons btnColor" :class="isHovering ? 'elevation-10' : 'elevation-5'" @click.stop="handleToMore">{{ $t('enterprise.moreBtn') }}</v-btn>
|
|
|
+ <v-btn v-bind="props" v-ripple.center color="primary" width="224" :class="isHovering ? 'elevation-10' : 'elevation-5'" @click.stop="handleToMore">{{ $t('enterprise.moreBtn') }}</v-btn>
|
|
|
</v-hover>
|
|
|
</div>
|
|
|
</div>
|