From 07b226bfa93e999804a23935253b59cf5213eeee Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 25 May 2018 14:39:33 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BC=98=E5=8C=96nav?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/theme/css/console.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/theme/css/console.css b/static/theme/css/console.css index bad7b6ebe..ff8bbdfbc 100644 --- a/static/theme/css/console.css +++ b/static/theme/css/console.css @@ -146,7 +146,7 @@ label.think-radio,label.think-checkbox{font-size:100%;font-weight:500;margin-bot /* 右则内容 */ .framework-body{right:0;bottom:0;top:50px;left:220px;position:fixed;overflow-y:scroll;z-index:1} .framework-body>.layui-card{box-shadow:none} -.framework-body>.layui-card>.layui-header{height:50px;line-height:50px;font-size:14px;background:#fff;padding-left:15px;box-shadow:0 1px 3px 0 rgba(0,0,0,.08);z-index:2;position:relative} +.framework-body>.layui-card>.layui-header{height:50px;line-height:50px;font-size:14px;background:#fff;padding-left:15px;box-shadow:0 2px 3px 0 rgba(0,0,0,.1);z-index:2;position:relative} .framework-body>.layui-card>.layui-header span{color:#333;padding:3px 0;} .framework-body>.layui-card>.layui-header span:after{content:'/';padding-left:3px;padding-right:3px;} .framework-body>.layui-card>.layui-header span:last-child:after{content:''}