mirror of
				https://github.com/continew-org/continew-admin-ui.git
				synced 2025-11-04 10:57:08 +08:00 
			
		
		
		
	feat: 适配访问趋势图表卡片
This commit is contained in:
		@@ -198,6 +198,55 @@
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// echarts 提示
 | 
			
		||||
.echarts-tooltip-diy {
 | 
			
		||||
  background: linear-gradient(
 | 
			
		||||
                  304.17deg,
 | 
			
		||||
                  rgba(253, 254, 255, 0.6) -6.04%,
 | 
			
		||||
                  rgba(244, 247, 252, 0.6) 85.2%
 | 
			
		||||
  ) !important;
 | 
			
		||||
  border: none !important;
 | 
			
		||||
  backdrop-filter: blur(10px) !important;
 | 
			
		||||
  /* Note: backdrop-filter has minimal browser support */
 | 
			
		||||
 | 
			
		||||
  border-radius: 6px !important;
 | 
			
		||||
  .content-panel {
 | 
			
		||||
    display: flex;
 | 
			
		||||
    justify-content: space-between;
 | 
			
		||||
    padding: 0 9px;
 | 
			
		||||
    background: rgba(255, 255, 255, 0.8);
 | 
			
		||||
    width: 164px;
 | 
			
		||||
    height: 32px;
 | 
			
		||||
    line-height: 32px;
 | 
			
		||||
    box-shadow: 6px 0 20px rgba(34, 87, 188, 0.1);
 | 
			
		||||
    border-radius: 4px;
 | 
			
		||||
    margin-bottom: 4px;
 | 
			
		||||
  }
 | 
			
		||||
  .tooltip-title {
 | 
			
		||||
    margin: 0 0 10px 0;
 | 
			
		||||
  }
 | 
			
		||||
  p {
 | 
			
		||||
    margin: 0;
 | 
			
		||||
  }
 | 
			
		||||
  .tooltip-title,
 | 
			
		||||
  .tooltip-value {
 | 
			
		||||
    font-size: 13px;
 | 
			
		||||
    line-height: 15px;
 | 
			
		||||
    display: flex;
 | 
			
		||||
    align-items: center;
 | 
			
		||||
    text-align: right;
 | 
			
		||||
    color: #1d2129;
 | 
			
		||||
    font-weight: bold;
 | 
			
		||||
  }
 | 
			
		||||
  .tooltip-item-icon {
 | 
			
		||||
    display: inline-block;
 | 
			
		||||
    margin-right: 8px;
 | 
			
		||||
    width: 10px;
 | 
			
		||||
    height: 10px;
 | 
			
		||||
    border-radius: 50%;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// 通用卡片
 | 
			
		||||
.general-card {
 | 
			
		||||
  height: 100%;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user