大屏组件
This commit is contained in:
		@@ -24,7 +24,7 @@
 | 
			
		||||
            flex: column.width ? 'inherit' : 1
 | 
			
		||||
          }">
 | 
			
		||||
          <i v-if="isShowIndex === '1' && i === 0">{{ index + 1 }}</i>
 | 
			
		||||
          <span>{{ column.v }}</span>
 | 
			
		||||
          <span :title="column.v">{{ column.v }}</span>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 
 | 
			
		||||
@@ -73,6 +73,28 @@
 | 
			
		||||
 | 
			
		||||
<style lang="scss" scoped>
 | 
			
		||||
  .AiRanking {
 | 
			
		||||
    height: 100%;
 | 
			
		||||
    overflow-y: auto;
 | 
			
		||||
 | 
			
		||||
    &::-webkit-scrollbar {
 | 
			
		||||
      width: 5px;
 | 
			
		||||
      height: 14px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &::-webkit-scrollbar-corner {
 | 
			
		||||
      background: transparent;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &::-webkit-scrollbar-thumb {
 | 
			
		||||
      min-height: 20px;
 | 
			
		||||
      background-clip: content-box;
 | 
			
		||||
      box-shadow: 0 0 0 5px rgba(116, 148, 170, 0.5) inset;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &::-webkit-scrollbar-track {
 | 
			
		||||
      box-shadow: 1px 1px 5px rgba(116, 148, 170, 0.5) inset;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    * {
 | 
			
		||||
      box-sizing: border-box;
 | 
			
		||||
    }
 | 
			
		||||
@@ -212,6 +234,25 @@
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      &::-webkit-scrollbar {
 | 
			
		||||
        width: 5px;
 | 
			
		||||
        height: 14px;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      &::-webkit-scrollbar-corner {
 | 
			
		||||
        background: transparent;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      &::-webkit-scrollbar-thumb {
 | 
			
		||||
        min-height: 20px;
 | 
			
		||||
        background-clip: content-box;
 | 
			
		||||
        box-shadow: 0 0 0 5px rgba(250, 181, 108, 0.5) inset;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      &::-webkit-scrollbar-track {
 | 
			
		||||
        box-shadow: 1px 1px 5px rgba(50, 181, 108, 0.5) inset;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
</style>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user