diff --git a/src/views/main/BookingLedger/detail/modules/goodsTable.vue b/src/views/main/BookingLedger/detail/modules/goodsTable.vue index 8ff1abf..649704d 100644 --- a/src/views/main/BookingLedger/detail/modules/goodsTable.vue +++ b/src/views/main/BookingLedger/detail/modules/goodsTable.vue @@ -1049,9 +1049,24 @@ export default { .btn-more-name, .btn-import-station, .btn-weight { + position:relative; border: 1px solid @primary-color; color: @primary-color; - background-color: #f5f9fe; + background: none; + &::after{ + content:''; + position:absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 0; + background-color: @primary-color !important; + opacity: .04; + } + &:hover{ + opacity: .7; + } } } .table-right { diff --git a/src/views/main/BookingLedger/detail/modules/operationArea.vue b/src/views/main/BookingLedger/detail/modules/operationArea.vue index 69e862a..e6b6fff 100644 --- a/src/views/main/BookingLedger/detail/modules/operationArea.vue +++ b/src/views/main/BookingLedger/detail/modules/operationArea.vue @@ -1327,8 +1327,23 @@ export default { color: #fff; } /*弹窗文本框背景颜色修改 */ -/deep/ .ant-modal-body .ant-input { - background: #f5f9fe; +/deep/ .ant-modal-body .ant-input-affix-wrapper { + position: relative; + z-index: 1; + &::after{ + content:''; + position:absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: -1; + background-color: @primary-color !important; + opacity: .04; + } +} +/deep/ .ant-modal-body .ant-input{ + background: none; } .PrintRadio { width: 100%;