.scan-container {
|
.scan-card {
|
position: relative;
|
|
.scan-form {
|
.input-300 {
|
width: 300px;
|
}
|
|
.input-325 {
|
width: 325px;
|
}
|
|
.input-100 {
|
width: 100px;
|
}
|
|
.input-105 {
|
width: 105px;
|
}
|
|
.input-120 {
|
width: 120px;
|
}
|
|
.sub-item {
|
margin-left: 0px;
|
|
.sub-label {
|
width: 80px;
|
display: inline-block;
|
text-align: right;
|
}
|
}
|
}
|
|
&.body-no-padding {
|
/deep/ .el-card__body {
|
padding: 0px;
|
}
|
}
|
|
.scan-table {
|
/deep/ .el-input__inner {
|
padding: 0 5px;
|
}
|
|
/deep/ .el-input-number.is-controls-right .el-input__inner {
|
padding-left: 5px;
|
padding-right: 40px;
|
}
|
|
/deep/ .el-input--suffix .el-input__inner {
|
padding: 0 5px 0 5px;
|
}
|
|
/deep/ .el-input--suffix.el-date-editor--date .el-input__inner {
|
padding: 0 5px 0 20px;
|
}
|
|
/deep/ .el-input__prefix {
|
left: 0;
|
}
|
|
/deep/ .el-input__suffix {
|
right: 0;
|
}
|
}
|
|
/deep/ .row-active {
|
&.el-table__row td {
|
background-color: #12e0f5;
|
transition: all 2s;
|
-moz-transition: all 2s;
|
/* Firefox 4 */
|
-webkit-transition: all 2s;
|
/* Safari 和 Chrome */
|
-o-transition: all 2s;
|
/* Opera */
|
}
|
}
|
|
/deep/ .multi-row-active {
|
&.el-table__row td {
|
background-color: #ff9933;
|
transition: all 2s;
|
-moz-transition: all 2s;
|
/* Firefox 4 */
|
-webkit-transition: all 2s;
|
/* Safari 和 Chrome */
|
-o-transition: all 2s;
|
/* Opera */
|
}
|
}
|
|
.product-img {
|
position: absolute;
|
top: 80px;
|
left: 760px;
|
width: 300px;
|
height: 300px;
|
}
|
}
|
|
}
|