|
body,html,#app{
|
margin: 0;
|
padding: 0;
|
width: 100%;
|
height: 100%;
|
}
|
.topbar {
|
height: 50px; border-bottom: 1px solid #aaa;
|
padding-left: 24px;
|
font-size: 18px;
|
font-weight: 700;
|
}
|
.h-right .el-icon-close{
|
color: #909399;
|
}
|
.h-btn{
|
background-color: transparent;
|
border: none;
|
cursor: pointer;
|
}
|
.iformstyle .el-cascader,.el-select{
|
width: 100%;
|
}
|
.iformstyle{
|
padding: 20px 10px;
|
overflow-y: auto;
|
box-sizing: border-box;
|
}
|
/* .iformstyle .el-form{
|
padding-left: 10%;
|
} */
|
.iformstyle table .el-form-item{
|
min-height: 40px;
|
}
|
.iformstyle .el-input-number{
|
width: 100%;
|
|
}
|
.iformstyle .el-input-number input{
|
text-align: left;
|
}
|
|
.el-form-item {
|
margin-bottom: 0px;
|
}
|
|
.el-form-item--mini.el-form-item, .el-form-item--small.el-form-item {
|
margin-bottom: 0px;
|
}
|
#tabs .el-tabs__header{
|
margin: 0;
|
}
|
.header{
|
padding: 15px;
|
border-bottom:1px solid #aaa;
|
height: 50px;
|
box-sizing: border-box;
|
}
|
.footer{
|
padding: 10px;
|
border-top:1px solid #aaa;
|
text-align: right;
|
height: 50px;
|
box-sizing: border-box;
|
}
|
.header .title{
|
line-height: 24px;
|
font-size: 18px;
|
color: #303133;
|
}
|
.pbody .el-tabs__nav-scroll {
|
padding-left: 40px;
|
}
|
.menuTable{
|
padding: 0 40px;
|
}
|
.menuTable .el-table{
|
width: 820px;
|
}
|
.selectPage .el-input{
|
width: 100px;
|
padding-left: 10px;
|
color: #606266;
|
}
|
.selectPage .el-table{
|
margin: 10px;
|
}
|
.selectPage thead .el-checkbox__inner{
|
display: none;
|
}
|
.selectPage .el-dialog__body{
|
padding: 10px 20px;
|
}
|
.selectPage .el-dialog__footer{
|
padding-top: 0;
|
}
|
.selectPage .el-dialog__wrapper{
|
overflow: hidden;
|
}
|
.leftHeight{
|
width: 30%;
|
border: 1px solid #ccc;
|
float: left;
|
box-sizing: border-box;
|
margin-left: 20px;
|
}
|
.ptitle{
|
height: 50px;
|
padding-top: 15px;
|
padding-left: 20px;
|
box-sizing: border-box;
|
font-size: 18px;
|
font-weight: 700;
|
}
|
.rightHeight{
|
width:66%;
|
border:1px solid #ccc;
|
box-sizing: border-box;
|
float: right;
|
margin:0 1%;
|
}
|
.leftTable{
|
width: 49.5%;
|
float: left;
|
box-sizing: border-box;
|
border-right: 1px solid rgb(204, 204, 204);
|
}
|
.rightTable{
|
width: 49.5%;
|
float: right;
|
box-sizing: border-box;
|
border-left: 1px solid rgb(204, 204, 204);
|
}
|
.leftHeight .h_table .el-table{
|
border: none;
|
border-top: 1px solid rgb(204, 204, 204);
|
}
|
.rightHeight .h_table .el-table{
|
border: none;
|
border-top: 1px solid rgb(204, 204, 204);
|
}
|
.rightHeight .h_table,.leftHeight .h_table{
|
margin-top: 0;
|
}
|
.el-form-item__error{
|
display: none;
|
}
|