
/*

.box > .box-header {
  color: red !important;
  font-weight: bold !important;
  background-color: yellow !important;
}

.box.box-solid.box-primary {
  border: 5px solid red !important;
}

*/

//--------------------------------------------------------------

.tab-pane.fade {
    opacity: 1 !important;
    transition: none !important;
}

/* 数据展示区域 */
.no-wrap {
  white-space: nowrap;      /* 禁止换行 */
  overflow: hidden;         /* 隐藏溢出内容 */
  text-overflow: ellipsis;   /* 溢出显示省略号 */
  padding: 8px 12px;        /* 保持单元格内边距一致 */
}

.no-wrap:hover {
  overflow: visible;        /* 鼠标悬停显示完整内容 */
}

/* 标签页区域整体样式 */
.nav-tabs-custom {
  height: 800px;
}

/* 参数标签页区域整体样式 */
.params_Tabs .nav-tabs-custom {
  border: 1px solid #3c8dbc;
}

/* 展示标签页区域整体样式 */
.shows_Tabs .nav-tabs-custom {
  border: 1px solid #00a65a;
}

/* 重置 Bootstrap 默认的行负边距 */
.tab-content .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* 确保所有子元素不超出容器 */
.tab-content * {
  box-sizing: border-box;
  max-width: 100%;
}

.nav-tabs-custom > .tab-content {
  overflow-x: hidden !important;
  max-width: 100%;
}

/* TabBox内容区域样式 */
/*
.nav-tabs-custom > .tab-content {
  padding: 15px;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
*/

/* 调整标签页样式 */
/*
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}
*/
