html,
body,
#app {
  height: 100%;
  margin: 0;
  padding: 0;
}

/*使用iconfont图标选择器造成左侧显示时样样式偏小, 重新覆盖 */
.iconfont {
  font-size: 18px !important;
  margin-right: 5px;
  width: 24px;
  text-align: center;
}

/*覆盖输入框大小: medium -> small*/
.el-input--medium .el-input__inner {
  height: 32px !important;
  line-height: 32px !important;
}

/*覆盖输入框大小: medium -> small*/

/*Element 样式覆盖*/
.el-col {
  margin-bottom: 2px !important;
}

.el-top {
  top: 5% !important;
}

.el-select {
  width: 100%;
}

.el-date-editor {
  height: 32px !important;
  line-height: 32px !important;
}

.card-box-shadow {
  margin: 10px 0;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1) !important;
}

.card-box-padding {
  padding: 5px;
}

/*图片展示高度调整: 300px -> 600px*/
.el-carousel__container {
  height: 600px !important;
}

/*图片展示高度调整: 300px -> 600px*/

.el-scrollbar__wrap {
  margin-bottom: 0 !important;
}

.el-radio.is-bordered + .el-radio.is-bordered {
  margin-left: 0 !important;
  /*margin-top: 5px !important;*/
}

.input-prepend-select {
  width: 130px;
}

.el-dialog__body {
  padding: 20px 10px 5px 10px !important;
}

/**折叠面板分割线显示*/
.el-collapse-item__header.is-active {
  border-bottom-color: #eeeeee !important;
}

/**折叠面板分割线显示*/

/**树形自定义节点内容样式*/
.custom-tree-node {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}

/**树形自定义节点内容样式*/

/**upload弹窗最小宽度*/
.custom-min-width {
  width: 379px;
  min-width: 379px;
}

/**upload弹窗最小宽度*/

.border-image {
  background-color: #ecf5ff;
  display: inline-block;
  height: 95px;
  padding: 5px;
  line-height: 30px;
  font-size: 12px;
  color: #409eff;
  border: 1px solid #d9ecff;
  border-radius: 4px;
  box-sizing: border-box;
  white-space: nowrap;
}

.el-custom-upload {
  left: 32px;
  top: -5px;
  color: #fff;
  background-color: #606266;
}

.el-custom-close {
  left: 40px;
  top: -5px;
  color: #fff;
  background-color: #606266;
}

/**垂直居中*/
.vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**垂直居中*/

.dropdown-button-small {
  margin-left: 10px;
  font-size: 12px;
}

.el-skeleton__p.is-first {
  width: 100% !important;
}
