jyt 2 years ago
parent
commit
5c8683cd30
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/Statistics/ConsultantBrand.vue

+ 1
- 1
src/views/Statistics/ConsultantBrand.vue View File

@@ -494,7 +494,7 @@
<span class="sequenceNum" :style="{
'background': topThreeColor(i),
'color': i < 3 ? '#FFF' : '#333',
'box-shadow': i < 3 ? '0px 0px 6px 1px' + topThreeColor(i) : '0px 0px 6px 1px' + '#E5F0FF',
'box-shadow': '0px 0px 6px 1px' + topThreeColor(i)
}">{{ i + 1 }}</span>
<div class="jinboxtit">
<el-tooltip class="item" effect="dark" :content="item.name" placement="top-start">


Loading…
Cancel
Save