
.cell-link {
  cursor: pointer;
  color: #427bd4;
}


.el-form .remark-item {
  display: block;
}
.remark-item .el-form-item__content {
  width: calc(100% - 150px) !important;
}
.remark-item .el-textarea {
  width: 50%;
}
.required {
  color: #f56c6c;
}

