.ueditor-content {
  display: flex;
  position: relative;
  min-width: 1200px;
}
.ueditor-content .el-icon-search {
  position: relative;
  right: 5px;
  top: 5px;
}
.ueditor-content .ueditor-params {
  height: 500px;
  width: 240px;
  position: absolute;
  z-index: 2000;
  top: 50px;
  padding: 20px;
}
.ueditor-content .ueditor-params-title {
  padding: 10px 0px;
}
.ueditor-content .ueditor-params-search {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.ueditor-content .ueditor-params-list {
  margin-top: 10px;
  height: 400px;
  width: 100%;
  overflow: scroll;
}
.ueditor-content .ueditor-params-item {
  cursor: pointer;
  color: #427bd4;
  margin: 8px 0;
}
.ueditor-content .edui-editor-iframeholder > iframe {
  width: 60%;
  margin-left: 20%;
  box-shadow: 1px 1px 10px #999;
  margin-top: 10px;
  height: 95%;
}
.page-detail .el-input,
.input-small {
  width: 180px;
}


.page-detail .el-input[data-v-afeb936e],
.input-small[data-v-afeb936e] {
  width: 220px;
}

.check-btn[data-v-530f39de] {
  color: #427bd4;
  cursor: pointer;
  margin-right: 10px;
}

