.container[data-v-2dc7e893] {
  padding: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.table[data-v-2dc7e893] {
  flex: 1;
}
.addIcon[data-v-2dc7e893] {
  font-size: 18px;
  padding: 10px;
}
.button-group[data-v-2dc7e893] {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
[data-v-2dc7e893] .el-form-item__error {
  padding-top: 0px;
}
.person-info[data-v-2dc7e893] {
  display: flex;
  align-items: center;
  gap: 8px;
}

.formDlg[data-v-2b9523b3] .el-form-item {
  margin-bottom: 20px;
}
.el-dialog[data-v-2b9523b3] {
  border-radius: 8px;
}
.limit-fix[data-v-2b9523b3] .el-input__inner {
  padding-right: 48px;
}

.btn[data-v-8c541c26] {
  margin-bottom: 10px;
}
.mr10[data-v-8c541c26] {
  margin-right: 10px;
}

.planDlg .dialog-buttons[data-v-3f59754b] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.planDlg .inlineBlock[data-v-3f59754b] {
  display: inline-block;
}
.planDlg .ml10[data-v-3f59754b] {
  margin-right: 6px;
}
.planDlg .overflow-auto[data-v-3f59754b] {
  /* overflow: auto; */
}
.planDlg[data-v-3f59754b] .indent {
  margin-left: 23px;
}
.planDlg .smallIndet[data-v-3f59754b] {
  margin-left: 3px;
}
.planDlg .ml8[data-v-3f59754b] {
  margin-left: 8px;
}
.planDlg .flex[data-v-3f59754b] {
  display: flex;
  align-items: center;
}
.planDlg .middle[data-v-3f59754b] {
  justify-content: center;
}
.planDlg .text-ellipsis[data-v-3f59754b] {
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.planDlg[data-v-3f59754b] .cell {
  white-space: normal;
  word-break: keep-all;
}
.planDlg[data-v-3f59754b] .el-checkbox__input {
  line-height: 1.5;
}
.planDlg[data-v-3f59754b] .el-button--text {
  padding: 0;
}
.planDlg[data-v-3f59754b] .el-table__placeholder {
  width: 0px;
  padding-left: 20px;
}


.btns[data-v-4c1369f6] {
  margin-bottom: 10px;
}
.upload-hint[data-v-4c1369f6] {
  margin-left: 10px;
  color: #909399;
  margin-right: 10px;
}
.highlight[data-v-4c1369f6] {
  color: #4777e7;
}
.dialog-footer[data-v-4c1369f6] {
  text-align: right;
}


.btns[data-v-426fae94] {
  margin-bottom: 10px;
}
.upload-hint[data-v-426fae94] {
  margin-left: 10px;
  color: #909399;
}
.highlight[data-v-426fae94] {
  color: #4777e7;
}
.dialog-footer[data-v-426fae94] {
  text-align: right;
}


.header-action[data-v-315da628] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.dialog-footer[data-v-315da628] {
  text-align: right;
}


.upload-section[data-v-73647796] {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.upload-hint[data-v-73647796] {
  margin-left: 10px;
  color: #909399;
}
.highlight[data-v-73647796] {
  color: #4777e7;
}
.dialog-footer[data-v-73647796] {
  text-align: right;
}
.btns[data-v-73647796] {
  margin-bottom: 10px;
}

.chat-list[data-v-679ba57c] {
  width: calc(100% - 10px);
  margin: 0 auto;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: calc(100% - 87px);
  overflow-y: auto;
}
.chat-item[data-v-679ba57c] {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.chat-header[data-v-679ba57c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-avatar[data-v-679ba57c] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #e0e0e0;
  border-radius: 50%;
}
.chat-name-time[data-v-679ba57c] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.chat-name[data-v-679ba57c] {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  max-width: 50px;
  font-weight: bold;
  font-size: 14px;
}
.chat-time[data-v-679ba57c] {
  font-size: 12px;
  color: #888;
}
.chat-chapter[data-v-679ba57c] {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  max-width: calc(100% - 0px);
  font-weight: bold;
  font-size: 14px;
}
.chat-message[data-v-679ba57c] {
  font-size: 14px;
  margin-top: 5px;
  margin-left: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.el-drawer__header[data-v-679ba57c] {
  margin-bottom: 5px;
}
.btns[data-v-679ba57c] {
  padding: 0 5px 5px;
}
.el-drawer-jy[data-v-679ba57c] {
  height: calc(100% - 60px);
  top: 60px;
  z-index: 9999;
}

.monge-dialog{pointer-events:auto;border-radius:6px}.monge-dialog .el-dialog__header{padding:5px 10px;display:flex;flex-direction:row;align-items:center}.monge-dialog .el-dialog__header .el-dialog__title{font-size:16px;font-weight:700;margin-right:10px}.monge-dialog .el-dialog__header .leftIcon{font-size:18px;cursor:pointer}.monge-dialog .el-dialog__header .minibtn{margin-left:auto;margin-right:35px;cursor:pointer}.monge-dialog .el-dialog__header .el-dialog__headerbtn{top:4px}.monge-dialog .el-dialog__body{padding:10px}.noheaderLine .el-dialog__body{border-top:none}

#officeContainer[data-v-6ead1dde]{width:100%;height:100%;overflow:hidden;position:relative}#wps[data-v-6ead1dde]{width:100%;height:100%}

#viewOffice[data-v-49c0604b]{width:100%;height:100%;padding:0;position:relative}#viewOffice #office-preview[data-v-49c0604b]{width:100%;height:100%}

.project-report[data-v-2a7afb68] {
  padding: 12px;
  height: 100%;
}
.project-report .header[data-v-2a7afb68] {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  margin-bottom: 10px;
}
.project-report .controls[data-v-2a7afb68] {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 20px; */
}
.project-report .main-content[data-v-2a7afb68] {
  display: flex;
  gap: 20px;
  height: calc(100% - 50px);
}
.project-report .main-content .main-content-left[data-v-2a7afb68] {
  height: 100%;
  width: 33%;
}
.project-report .main-content .file-preview[data-v-2a7afb68] {
  width: 62%;
}
.project-report .main-content .ml20[data-v-2a7afb68] {
  margin-left: 20px;
}
.project-report .flex[data-v-2a7afb68] {
  display: flex;
  align-items: center;
}
.project-report .inlineBlock[data-v-2a7afb68] {
  display: inline-block;
  vertical-align: middle;
}
.project-report .text-ellipsis[data-v-2a7afb68] {
  max-width: 157px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-report .header-container[data-v-2a7afb68] {
  padding: 16px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #ebeef5;
}
.project-report .header-left h2[data-v-2a7afb68] {
  font-size: 18px;
  font-weight: 600;
}
.project-report .header-right[data-v-2a7afb68] {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}
.project-report .header-right .weight[data-v-2a7afb68] {
  font-weight: 700;
  font-size: 18px;
}
.project-report .header-item[data-v-2a7afb68] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.project-report .header-item span[data-v-2a7afb68] {
  font-size: 14px;
}
.project-report .red[data-v-2a7afb68] {
  color: #f56c6c;
}
.project-report .el-button[data-v-2a7afb68] {
  font-size: 14px;
}
.project-report[data-v-2a7afb68] .indentDoc {
  margin-left: 23px;
}
.project-report .smallIndntDoc[data-v-2a7afb68] {
  margin-left: 3px;
}
.project-report .edit-icon[data-v-2a7afb68],
.project-report .lock-icon[data-v-2a7afb68] {
  margin-left: 0px;
}
.project-report[data-v-2a7afb68] .el-divider--horizontal {
  margin: 10px 0;
}
.project-report[data-v-2a7afb68] .el-table__placeholder {
  width: 0px;
  padding-left: 20px;
}
.project-report .tableheader[data-v-2a7afb68] .el-input__inner {
  height: 28px !important;
  line-height: 28px !important;
}


.full[data-v-2d3bd5ea] {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

