From 8c8dc1988bde83de29957e7a0073fdce89555f61 Mon Sep 17 00:00:00 2001 From: revive <1664535558@qq.com> Date: Wed, 21 Oct 2020 15:57:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=BC=96=E8=BE=91=E5=B0=81?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/css/main.css | 10 +++ src/views/components_web/newProj/newProj.vue | 72 +++++++++++++++++--- src/views/manage_company/user/index.vue | 2 + 3 files changed, 73 insertions(+), 11 deletions(-) diff --git a/public/static/css/main.css b/public/static/css/main.css index 20f9afe6..915d0507 100644 --- a/public/static/css/main.css +++ b/public/static/css/main.css @@ -3657,6 +3657,16 @@ button:focus { bottom: 4px; left: 10px; } +.listUpdateBtn.editCoverBtn{ + width: 40px; + height: 20px; + border-radius: 4px !important; + border: 0.5px solid rgba(227, 227, 227, 1); + line-height: 20px; + bottom: 10px; + font-size: 12px; + background-color: #fff; +} .listUpdateBtn .webuploader-pick{ width: 80px; height: 20px; diff --git a/src/views/components_web/newProj/newProj.vue b/src/views/components_web/newProj/newProj.vue index baab7c33..c05c1f09 100644 --- a/src/views/components_web/newProj/newProj.vue +++ b/src/views/components_web/newProj/newProj.vue @@ -107,11 +107,26 @@