From d97a11aeac71f65587bdd79bf5cfc7d3ee73dd59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Wed, 15 Dec 2021 17:47:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=8B=92=E7=BB=9D=E5=90=8C?= =?UTF-8?q?=E6=84=8F=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppWorkonline/detail.vue | 40 ++++--------------------------- 1 file changed, 4 insertions(+), 36 deletions(-) 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; - } -}