/* 基本样式 */
body, html {
  background-color: #edeeef;
  padding: 0;
  margin: 0;
  font-size: 12px;
  overflow-y: scroll;
}
/* 批量导入对话框 */
a.el-button {
  text-decoration: none;
}
.dialog-result {
  text-align: center;
  background: #d0e7ff;
  color: #1e6fc3;
  padding: 5px 0;
  margin-top: 8px;
}

/* 表格页面 */
.app-search {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}
.app-search .el-form-item__label {
  font-size: 12px;
}
.app-search .el-form-item {
  font-size: 12px;
  margin-bottom: 5px;
}
.app-buttonset {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}
.app-buttonset-description {
  color: #6e6e6e;
  padding-left: 10px;
}
.app-table .el-table thead th {
  background-color: #EFEFEF;
  border-bottom: 1px solid #eaeaea;
}
.app-table-pagination {
  width: 100%;
  padding: 10px;
  text-align: center;
}

/* 对话框 */
.app-alert-dialog {
  border: 5px solid #98cbff;
  background-color: #edf6ff !important;
}
.app-alert-dialog .el-dialog__body {
  padding: 20px;
}
.app-alert-dialog .el-form-item {
  margin-bottom: 5px;
}

/* 表单 */
.el-form-item .desc {
  color: #6e6e6e;
  font-size: 10px;
  position: relative;
  top: -10px;
}
/* UEditor */
.edui-menubutton-body,
.edui-splitbutton-body,
.edui-combox-body {
  height: 20px !important;
}
.edui-editor-toolbarbox .edui-button-body {
  height: 20px !important;
}
.edui-default .edui-toolbar {
  height: 25px !important;
}

/* 详情 */
.col-title {
  font-weight: bold;
  color: #454545;
}
.col-content {
  color: #707070;
}
.selectVoucher{
  width: 100%;
}