/* 亿ERP×企微智能表格 - 自定义样式 */

/* 移除链接默认下划线 */
a.no-underline {
    text-decoration: none;
}

/* Tab 标签激活状态 */
.tab-item.active {
    background: #0067FC;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 103, 252, 0.3);
}

/* Tab 内容显示/隐藏 */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* 响应式优化 */
@media (max-width: 768px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
