|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
- <div class="box text-center default-width">
|
|
|
|
|
|
+ <div class="default-width text-center mb-8">
|
|
<span class="mr-2">{{ $t('position.popularPosition') }}:</span>
|
|
<span class="mr-2">{{ $t('position.popularPosition') }}:</span>
|
|
- <v-btn v-for="(item, index) in jobs" :key="index" size="small" class="ml-2 mb-2" color="primary" variant="tonal" @click="handleClick(item)">{{ item.nameCn }}</v-btn>
|
|
|
|
|
|
+ <v-btn v-for="(item, index) in jobs" :key="index" size="small" class="ml-2" color="primary" variant="tonal" @click="handleClick(item)">{{ item.nameCn }}</v-btn>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -25,7 +25,4 @@ getTreeData()
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
-.box {
|
|
|
|
- margin-bottom: 24px;
|
|
|
|
-}
|
|
|
|
</style>
|
|
</style>
|