
.unread-badge-container[data-v-47b24d60] {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.unread-badge[data-v-47b24d60] {
    display: inline-block;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 0 4px;
    font-size: 12px;
    text-align: center;
    background-color: #f56c6c;
    color: #fff;
    border-radius: 10px;
}

/* 脉冲动画 */
@keyframes pulse-47b24d60 {
0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(245, 108, 108, 0.7);
}
70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(245, 108, 108, 0);
}
100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(245, 108, 108, 0);
}
}
.pulse[data-v-47b24d60] {
    animation: pulse-47b24d60 2s infinite;
}


.site-content[data-v-7e646c7b] {
  height: 100%;
  overflow: hidden;
}
.el-card[data-v-7e646c7b] {
  height: 100%;
}
.el-card[data-v-7e646c7b] .el-card__body {
  height: 100%;
  overflow: auto;
}

