/** 天天科技专属样式【表单类】  **/
/*
 * @description:  隐藏箭头图标
 * @author: TTSCM-SHUTONG 
 * @Date: 2021-06-22 11:19:26
*/
.el-collapse-item__arrow.is-active{
  display: none;
}

/* 行内编辑 组件间距 */
.cell-form-item {margin: 3px 0;}

/* 表单上下边距 */
.el-form-item--mini.el-form-item, .el-form-item--small.el-form-item {
  margin-bottom: 0;
}

/* label 水平对齐 */
.basic-container .el-form-item__label { 
  text-align: left;
}

/* 禁用表单 */
.el-input.is-disabled .el-input__inner,.el-textarea.is-disabled .el-textarea__inner {
  background-color: #fff;
  color: #777;
}

.el-input__suffix {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.el-input__suffix-inner {
  line-height: 1;
}

/* input 上下间距 */
.el-input--small .el-input__inner {
  height: 28px;
  line-height: 28px;
}

.el-form-item--small .el-form-item__content, .el-form-item--small .el-form-item__label {
  line-height: 28px;
}
.el-form-item--mini .el-form-item__content{
  font-size: 12px;
}

.el-range-editor--small.el-input__inner {
  height: 28px;
}

/* formlabel字体大小重置 */
.el-form-item__label {
  font-size: 12px;
}

/* 订单底部 */
.order-footer {
  position: absolute;
  right: 20px;
  bottom: 10px;
  display: flex;
  justify-content: right;
  padding-top: 8px;
  z-index: 999;
}
.order-footer span {
  font-weight: 600;
}
.order-footer p {
  font-size: 13px;
  margin: 0;
  margin-right: 20px;
}