diff --git a/src/apps/AppWorkonline/detail.vue b/src/apps/AppWorkonline/detail.vue index d32d3d34..2dc883f3 100644 --- a/src/apps/AppWorkonline/detail.vue +++ b/src/apps/AppWorkonline/detail.vue @@ -1,12 +1,13 @@ @@ -884,31 +879,4 @@ export default { // } } } - -.reject_agree { - position: fixed; - bottom: 0; - display: flex; - flex-direction: row; - justify-content: space-between; - width: 100%; - line-height: 112px; - text-align: center; - border-top: 1px solid #ddd; - z-index: 999; - background: #fff; - - .reject { - background-color: #fff; - width: 50%; - color: red; - } - - .agre { - height: 112px; - width: 50%; - background-color: #1365dd; - color: #fff; - } -}