|
@ -364,7 +364,7 @@ export default { |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
& .search-input { |
|
|
& .search-input { |
|
|
width: 796px; |
|
|
width: 796px; |
|
|
::v-deep.el-input-group { |
|
|
|
|
|
|
|
|
::v-deep .el-input-group { |
|
|
height: 42px; |
|
|
height: 42px; |
|
|
& > input { |
|
|
& > input { |
|
|
height: 42px; |
|
|
height: 42px; |
|
@ -380,7 +380,7 @@ export default { |
|
|
// height: 42px; |
|
|
// height: 42px; |
|
|
// line-height: 42px; |
|
|
// line-height: 42px; |
|
|
// color: #fff; |
|
|
// color: #fff; |
|
|
& ::v-deep.el-input-group__prepend { |
|
|
|
|
|
|
|
|
& ::v-deep .el-input-group__prepend { |
|
|
width: 125px; |
|
|
width: 125px; |
|
|
background-color: #339cff; |
|
|
background-color: #339cff; |
|
|
border: 1px solid #339cff; |
|
|
border: 1px solid #339cff; |
|
@ -393,7 +393,7 @@ export default { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
& ::v-deep.el-input-group__append { |
|
|
|
|
|
|
|
|
& ::v-deep .el-input-group__append { |
|
|
width: 72px; |
|
|
width: 72px; |
|
|
left: -20px; |
|
|
left: -20px; |
|
|
text-align: center; |
|
|
text-align: center; |
|
@ -408,7 +408,7 @@ export default { |
|
|
& .el-select .el-input { |
|
|
& .el-select .el-input { |
|
|
width: 130px; |
|
|
width: 130px; |
|
|
} |
|
|
} |
|
|
& ::v-deep.input-with-select ::v-deep.el-input-group__prepend { |
|
|
|
|
|
|
|
|
& ::v-deep .input-with-select ::v-deep .el-input-group__prepend { |
|
|
background-color: #fff; |
|
|
background-color: #fff; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
@ -423,7 +423,7 @@ export default { |
|
|
.header-container-wrap { |
|
|
.header-container-wrap { |
|
|
min-height: 100%; |
|
|
min-height: 100%; |
|
|
} |
|
|
} |
|
|
.warehose-el-table ::v-deep.el-table__header-wrapper { |
|
|
|
|
|
|
|
|
.warehose-el-table ::v-deep .el-table__header-wrapper { |
|
|
box-shadow: inset 0px 0px 6px 1px #339cff; |
|
|
box-shadow: inset 0px 0px 6px 1px #339cff; |
|
|
background: none !important; |
|
|
background: none !important; |
|
|
} |
|
|
} |
|
|