From f51ebc9d924a9c34922fb7458f361a2e4e03e03d Mon Sep 17 00:00:00 2001 From: gandchuan <1906357036@qq.com> Date: Thu, 19 Jul 2018 19:52:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/containers/Project/Interface/InterfaceList/Edit.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/containers/Project/Interface/InterfaceList/Edit.scss b/client/containers/Project/Interface/InterfaceList/Edit.scss index fb018521..54a6e780 100755 --- a/client/containers/Project/Interface/InterfaceList/Edit.scss +++ b/client/containers/Project/Interface/InterfaceList/Edit.scss @@ -50,13 +50,13 @@ z-index: 999; } .interface-edit-submit-button{ - background-color: #32325d; + background-color: #1d1d3d; color: #fff; } .interface-edit-submit-button:hover{ - color: #32325d; - border-color: #32325d; + border-color: #434370; + background-color: #434370; } }