.fs[data-v-36a971a4]{font-size:12px}.form .el-form-item[data-v-36a971a4]{margin-bottom:0}.appInfo[data-v-36a971a4]{display:flex;justify-content:space-between;font-weight:700;font-size:19px}.messageCenter[data-v-36a971a4]{height:100%;display:flex;flex-direction:column;min-width:700px}.messageCenter[data-v-36a971a4] .el-form-item{margin-bottom:16px}.messageCenter .tabs[data-v-36a971a4]{height:60px;padding:0 20px;display:flex;flex-direction:row;justify-content:space-between;background-color:#fff;border-bottom:1px solid #ebefff;align-items:center}.messageCenter .body[data-v-36a971a4]{height:calc(100% - 70px);background-color:#fff;padding-bottom:10px;position:relative}.messageCenter .body .top[data-v-36a971a4]{padding:12px 20px 0px 20px}.messageCenter .body .table[data-v-36a971a4]{position:absolute;padding:0 20px;left:0;right:0;bottom:10px;top:85px}.messageCenter .body .table .noIsUse[data-v-36a971a4]{color:#ccc}.messageCenter .body .table .noIsUse[data-v-36a971a4]:hover:after{border-color:#ccc}.messageCenter .body .table .el-button--text[data-v-36a971a4]{padding:4px !important}.messageCenter .width-220[data-v-36a971a4]{width:100%}.messageCenter .el-table[data-v-36a971a4] .warm-row{color:#ccc}.messageCenter .row-icon[data-v-36a971a4]{margin-right:6px}.messageCenter .row-icon img[data-v-36a971a4]{vertical-align:middle;width:18px;height:18px}.dialog-form[data-v-36a971a4]{height:70vh;padding-right:12px;overflow:auto}[data-v-36a971a4] .el-table__row:not([class*="el-table__row--level-"]) td:first-child{padding-left:23px}[data-v-36a971a4] .el-table__placeholder{margin-left:3px}[data-v-36a971a4] .cell{font-size:14px}[data-v-36a971a4] .cell span{font-size:14px}.delPermissionBox[data-v-36a971a4]{padding:5px 16px}.delPermissionBox .titleError[data-v-36a971a4]{font-size:16px;margin-bottom:10px}.delPermissionBox .title[data-v-36a971a4]{margin-bottom:10px;font-size:16px;margin-left:5px}.delPermissionBox .checkbox[data-v-36a971a4]{margin-bottom:5px;margin-left:5px;font-size:16px}.delPermissionBox .password[data-v-36a971a4]{padding-left:30px}.delPermissionBox .password span[data-v-36a971a4]{margin-right:5px;font-size:14px}

#wrap[data-v-fe36b836] {
  height: 100%;
  overflow-y: auto;
}
#wrap .operation[data-v-fe36b836] {
  color: #4777e7;
  margin: 0 3px;
  cursor: pointer;
}
.container[data-v-fe36b836] {
  height: 100%;
  overflow-y: auto;
  display: flex;
}
.left[data-v-fe36b836] {
  width: 350px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.left .operBtn[data-v-fe36b836] {
  width: 100%;
  height: 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.left .operBtn .el-button + .el-button[data-v-fe36b836] {
  margin-left: 0px;
}
.right[data-v-fe36b836] {
  flex: 1;
  padding: var(--middle-space) var(--big-space) var(--middle-space) 0;
  display: flex;
  flex-direction: column;
}
.right .el-table[data-v-fe36b836] {
  flex: 1;
}
.right[data-v-fe36b836] .warm-row {
  color: #ccc;
}
.right[data-v-fe36b836] .warm-row:hover:after {
  border-color: #ccc;
}
.icon[data-v-fe36b836] {
  margin-left: auto;
  font-size: 16px;
}
.icon i[data-v-fe36b836] {
  margin-left: 5px;
}
.icon i[data-v-fe36b836]:hover {
  color: var(--theme-color);
}
.element[data-v-fe36b836] {
  background-color: #f7f9fc;
  color: #4a5568;
  margin: 10px;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  display: flex;
  padding: 0 10px;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.2s ease;
}
.element[data-v-fe36b836]:hover {
  background-color: #edf4ff;
  border-color: #cfe0ff;
  color: #2f5fbf;
}
.element.activeModule[data-v-fe36b836] {
  background: linear-gradient(90deg, #e8f1ff 0%, #f3f8ff 100%);
  border-color: #b9d0ff;
  color: #2f5fbf;
  box-shadow: 0 2px 8px rgba(71, 119, 231, 0.12);
}
[data-v-fe36b836] .el-form-item {
  margin-bottom: 10px !important;
}
.dragArea[data-v-fe36b836] {
  width: 100%;
  height: 1px;
  flex: 1 0 1px;
  line-height: 38px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0 var(--middle-space) var(--big-space) var(--middle-space);
  box-sizing: border-box;
  overflow: hidden;
}
.dragArea[data-v-fe36b836]:hover {
  overflow: overlay !important;
  overflow: auto;
}
.dragArea .moduleContent[data-v-fe36b836] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.dragArea .appName[data-v-fe36b836] {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 145px;
}
.dragArea .disabledModule[data-v-fe36b836] {
  color: #cccccc;
}
.avatar-uploader[data-v-fe36b836] .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload[data-v-fe36b836]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-fe36b836] {
  text-align: center;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.avatar[data-v-fe36b836] {
  width: 80px;
  height: 80px;
  display: block;
  position: relative;
}
.fs[data-v-fe36b836] {
  font-size: 14px;
}
.del[data-v-fe36b836] {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px;
  cursor: pointer;
}
.moduleList[data-v-fe36b836] {
  text-align: center;
  border-top: 1px solid #eef2f7;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: 500;
  color: #1f2d3d;
}

