
/* 图片不准被拖走*/
.n-avatar {
  pointer-events: none !important;
}
.img {
  pointer-events: none !important;
}

.tabs[data-v-d0dc5981] {
  height: 100%;
}
.layout-container[data-v-d0dc5981] {
  height: 100%;
}
html,
body,
#app {
  height: 100%;
  width: 100%;
}
.n-tab-pane {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.n-card-header__main {
  display: flex;
  align-items: center;
  gap: 6px;
}
td {
  height: 34px;
}
.table-space {
  padding-right: 20px;
}
.external-container {
  max-width: 600px;
  margin: 0 auto;
}
.n-checkbox {
  align-items: center;
}
.n-form-item {
  margin-top: 12px;
}
.n-form-item:first-child {
  margin-top: 0;
}
.dialog-btn {
  margin-left: 4px;
}
.n-checkbox .n-checkbox__label {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding-right: 0;
}
.outer-layout {
  height: 100%;
}
.outer-layout > .n-layout-scroll-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.layout-content-container > .n-layout-scroll-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
  gap: 8px;
  align-items: center;
}
.home-container {
  padding: 12px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  position: relative;
}
pre {
  word-break: break-all !important;
}
code {
  font-family: "Cascadia Mono", Consolas, "Microsoft YaHei", "SF Mono", "Menlo", "PingFang SC", monospace !important;
}
.n-dynamic-input-item__action {
  align-self: center !important;
}
ul,
ol {
  padding-left: 18px;
  margin: 0;
}
.card-title {
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
}
.n-layout-toggle-button {
  background-color: white !important;
}