
.dialog-container[data-v-6e8222fc] .textarea-h .el-textarea__inner {
  min-height: 150px !important;
}
.details-form[data-v-6e8222fc] {
  display: grid;
  grid-template: auto / repeat(3, 1fr);
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.details-form .personal-data-box[data-v-6e8222fc] {
  grid-area: 3/1 / auto/4;
}
.dialog-footer[data-v-6e8222fc] {
  text-align: center !important;
}
.history-title[data-v-6e8222fc] {
  font-size: 16px;
  margin: calc(20 / 20 * 1rem) auto 0;
}
.timeline[data-v-6e8222fc] {
  margin-top: calc(40 / 20 * 1rem);
}
[data-v-6e8222fc] .el-timeline-item__wrapper {
  padding-left: calc(30 / 20 * 1rem);
}
[data-v-6e8222fc] .el-timeline .el-timeline-item:last-child .el-timeline-item__tail {
  display: block !important;
}
[data-v-6e8222fc] .el-timeline .el-timeline-item:last-child {
  padding-bottom: 0;
}
[data-v-6e8222fc] .el-form-box .el-timeline-item__timestamp {
  color: #333;
  font-size: calc(18 / 20 * 1rem);
  padding-top: 0 !important;
}
[data-v-6e8222fc] .el-timeline-item__tail {
  border-left: 1px solid #4e81f9;
  left: 1px;
}
[data-v-6e8222fc] .el-timeline-item__node--normal {
  width: 5px;
  height: 5px;
}
.dialog-container[data-v-6e8222fc] .textarea-h .el-textarea__inner {
  min-height: 150px !important;
}
.log-box[data-v-6e8222fc] {
  height: 488px;
  overflow-y: auto;
}

/* .advance-formal-box {
  overflow-y: auto;
  height: 290px;
} */
.history-content[data-v-6e8222fc] {
  /* height: 160px; */
  padding: 0 6px;
  /* overflow-y: auto; */
}
.log-box[data-v-6e8222fc]::-webkit-scrollbar,
.history-content[data-v-6e8222fc]::-webkit-scrollbar,
.advance-formal-box[data-v-6e8222fc]::-webkit-scrollbar {
  display: block !important;
  width: 6px;
  /* display: unset; */
}
.log-box[data-v-6e8222fc]::-webkit-scrollbar-track,
.history-content[data-v-6e8222fc]::-webkit-scrollbar-track,
.advance-formal-box[data-v-6e8222fc]::-webkit-scrollbar-track {
  /* 滚动条的滑轨背景颜色 */
  background-color: #f7f9fc;
}
.log-box[data-v-6e8222fc]::-webkit-scrollbar-thumb,
.history-content[data-v-6e8222fc]::-webkit-scrollbar-thumb,
.advance-formal-box[data-v-6e8222fc]::-webkit-scrollbar-thumb {
  /* 滑块颜色 */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.log-box[data-v-6e8222fc]::-webkit-scrollbar-button,
.history-content[data-v-6e8222fc]::-webkit-scrollbar-button,
.advance-formal-box[data-v-6e8222fc]::-webkit-scrollbar-button {
  /* 滑轨两头的监听按钮颜色 */
  background-color: #f7f9fc;
  display: none;
}
.log-box[data-v-6e8222fc]::-webkit-scrollbar-corner,
.history-content[data-v-6e8222fc]::-webkit-scrollbar-corner,
.advance-formal-box[data-v-6e8222fc]::-webkit-scrollbar-corner {
  /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
  background-color: f7f9fc;
}
.advance-formal-container[data-v-6e8222fc] {
  border: 1px solid #00000036;
  border-radius: 5px;
  padding: 5px;
  margin: 15px 0;
}
.name[data-v-6e8222fc] {
  padding: 5px 0 5px 5px;
}
.my-textarea[data-v-6e8222fc] {
  width: 80%;
  min-height: 120px;
  padding: 5px 15px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background: #f5f7fa;
  outline: none;
  color: #c0c4cc;
  cursor: no-drop;
}
.my-date[data-v-6e8222fc] {
  width: 39%;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 0 15px;
  background: #f5f7fa;
  color: #c0c4cc;
  cursor: no-drop;
  line-height: 28px;
}
.advance-formal-title[data-v-6e8222fc]{
  font-size: 16px;
}


[data-v-e56454ec] .el-table th:first-of-type,[data-v-e56454ec] .el-table th:last-of-type,[data-v-e56454ec] .el-table td:first-of-type,[data-v-e56454ec] .el-table td:last-of-type {
  text-align: center !important;
}
.add-box[data-v-e56454ec] {
  margin: 16px 20px 0 0;
  text-align: right;
}
.btn-add[data-v-e56454ec] {
  width: 100px;
  min-height: 34px;
}
[data-v-e56454ec]  input[type="number"] {
  -moz-appearance: textfield;
}
[data-v-e56454ec]  input[type="number"]::-webkit-inner-spin-button,[data-v-e56454ec] input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
[data-v-e56454ec]  .conditional-query {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
  /* margin-top: 30px; */
}
[data-v-e56454ec] .conditional-item {
  margin-right: 20px !important;
  margin-bottom: 0;
  /* width: 20% !important; */
}
.btn-box[data-v-e56454ec] {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
[data-v-e56454ec] .operate-box .cell .el-button {
  margin: 3px 6px;
  padding: 6px !important;
  /* width: 62px; */
  min-width: 62px;
  /* white-space: pre-wrap; */
  line-height: 14px;
}

