.l-mes .el-form-item--small.el-form-item {
|
margin-bottom: 6px;
|
}
|
|
.l-mes .el-input .el-input__inner {
|
background: transparent !important;
|
border-top: none;
|
border-left: none;
|
border-right: none;
|
padding: 0;
|
border-radius: 0;
|
}
|
|
.l-mes .el-input__prefix {
|
left: 0;
|
}
|
|
.l-mes .el-input--prefix .el-input__inner {
|
padding-left: 25px;
|
}
|
.l-mes .el-input__suffix {
|
right: 0;
|
}
|
|
.l-mes .el-input.is-disabled .el-input__inner {
|
color: #404244;
|
padding: 0;
|
}
|
|
.l-mes .el-input.is-disabled .el-input__prefix,
|
.l-mes .el-input.is-disabled .el-input__suffix {
|
display: none;
|
}
|
|
.l-mes .el-form-item--small .el-input-group__append,
|
.l-mes .el-form-item--small .el-input-group__prepend {
|
padding: 0;
|
border-top: none;
|
border-right: none;
|
border-left: none;
|
border-radius: 0;
|
background-color: transparent;
|
}
|
|
.l-mes .el-form-item--small:focus-within .el-input-group__append {
|
border-bottom-color: rgb(0, 110, 255);
|
}
|
.l-mes .el-form-item--small.is-error .el-input-group__append,
|
.l-mes .el-form-item--small.is-error:focus-within .el-input-group__append {
|
border-bottom-color: #f56c6c;
|
}
|
|
.l-mes .el-form-item--small .el-input-group__append .el-button,
|
.l-mes .el-form-item--small .el-input-group__prepend .el-button {
|
padding: 0;
|
width: 25px;
|
border: none !important;
|
line-height: 28px;
|
color: #c0c4cc;
|
margin: -1px 0;
|
}
|
|
.l-mes .el-form-item--small .el-input-group__append .el-button i,
|
.l-mes .el-form-item--small .el-input-group__prepend .el-button i {
|
vertical-align: middle;
|
}
|
|
.l-mes .el-textarea .el-textarea__inner {
|
padding: 5px 5px;
|
background: transparent !important;
|
border-top: none;
|
border-left: none;
|
border-right: none;
|
border-radius: 0;
|
overflow-y: hidden;
|
}
|
|
.l-mes .el-textarea .el-textarea__inner:hover {
|
overflow-y: visible;
|
}
|
|
.l-mes .el-table .el-table__body-wrapper .el-table__row .cell {
|
/*form、table嵌套时,设置td内第一层div*/
|
overflow: visible;
|
}
|