﻿/**表格**/
.el-table th.gutter {
    display: table-cell !important;
}
.el-table td, .el-table th {
    padding: 2px 0px;
}

table th {height: 30px;line-height: 30px;}
th .cell{text-align:center;}
.el-table__empty-block {min-height: 30px;}
.el-table__empty-text {line-height: 30px;}
table tr td {width:120px!important; }

.el-date-picker table {
    width:auto;
}
/**表单*/
.el-checkbox-group {
    font-size: 12px;
}
.el-form-item__label, .el-form-item__content, .el-input__icon {
    line-height: 30px;
}
.el-input__inner{height:30px; line-height:30px; padding:0 5px;}
.el-form-item{margin-bottom:15px;}
.el-form-item__error{padding-top:1px;}

.el-button {padding:7px 10px;}

/* 处理input type = number的上下箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.line{text-align:center;}

.ipt-dw {
    width:207px;
}