[data-v-5355857a] .ivu-table table tr td,[data-v-5355857a] .ivu-table table tr th {
  text-align: center;
}
.filename-label[data-v-5355857a] {
  margin-top: 8px;
  font-weight: bold;
}


[data-v-f0332aea] .ivu-table table tr th {
  text-align: center;
}
[data-v-f0332aea] .ivu-table table tr td {
  text-align: center;
}
.log-preview[data-v-f0332aea] {
  white-space: pre-wrap;
  font-family: Consolas, 'Courier New', monospace;
  font-size: 14px;

  line-height: 1.6;
  background: #2d2d2d;          /* 代码块背景（深色） */
  color: #f8f8f2;               /* 浅色字体 */
  padding: 14px;
  border-radius: 6px;
  border: 1px solid #ddd;

  max-height: 680px;
  overflow-y: auto;
}

/* 滚动条滑块 */
.log-preview[data-v-f0332aea]::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #ffffff;   /* 灰黑色 */
  border-radius: 20px;
  border: 2px solid #1e1e1e; /* 让滚动条有内边 */
}
.log-preview[data-v-f0332aea]::-webkit-scrollbar {
  width: 13px;
  height: 12px;  /* 水平滚动条高度 */
}
/* 设置弹窗内容高度 */
.el-dialog__body[data-v-f0332aea] {

  padding: 10px 20px;          /* 内边距，可根据需要调整 */
}

