/* 只隐藏复制按钮的提示 */
.copy .tooltip-content {
    display: none !important;
}

/* 只隐藏折叠按钮的提示 */
.fold .tooltip-content {
    display: none !important;
}

/* 只隐藏展开按钮的提示 */
.unfold .tooltip-content {
    display: none !important;
}