From 22c9558967aa257033eb0fc9c0c261ff28047df7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <2449271624@qq.com> Date: Tue, 12 Dec 2023 16:24:59 +0800 Subject: [PATCH] Update admin.css --- src/static/web/css/admin.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index a5d0d84a..957c05cc 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -9,10 +9,10 @@ ul,ol,li{margin:0;padding:0} li{list-style:none} form,label{margin-bottom:0} table{width:100%;background:var(--white);border-spacing:0;border-collapse:separate} -table tr:first-child td:first-child{border-top-left-radius:0.5rem;border-top:none} -table tr:first-child td:last-child{border-top-right-radius:0.5rem;border-top:none} -table tr:last-child td:first-child{border-bottom-left-radius:0.5rem;border-bottom:none} -table tr:last-child td:last-child{border-bottom-right-radius:0.5rem;border-bottom:none} +table tr:first-child td:first-child{border-top-left-radius:0.5rem;border-top:0} +table tr:first-child td:last-child{border-top-right-radius:0.5rem;border-top:0} +table tr:last-child td:first-child{border-bottom-left-radius:0.5rem;border-bottom:0} +table tr:last-child td:last-child{border-bottom-right-radius:0.5rem;border-bottom:0} td{word-break:break-all;word-wrap:break-word} input{padding:0.375rem 0.75rem;height:30px;color:var(--gray);background:var(--white);border:1px solid var(--gray-300);vertical-align:middle} input[type=file]{padding:0;height:auto;border:0;border-radius:0!important;vertical-align:middle} @@ -20,7 +20,6 @@ input[type=button],input[type=submit],input[type=reset]{padding:0.375rem 0.75rem input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus{width:14px;height:14px;outline:none;box-shadow:none;vertical-align:middle} select{padding:0.375rem 0.75rem;height:30px;color:var(--gray);background:var(--white);border:1px solid var(--gray-300);vertical-align:middle} select[multiple=yes]{height:180px} -option{padding:0;height:30px} textarea{padding:0.375rem 0.75rem;color:var(--gray);background:var(--white);border:1px solid var(--gray-300);vertical-align:middle} input:focus,select:focus,textarea:focus{color:var(--gray);background:var(--white);border-color:var(--blue-300);box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25);outline:0} .install-box{margin:0 auto;width:800px} @@ -125,7 +124,7 @@ body.menu-show .body-right{left:220px;transition:all 0.5s} .browsehappy{padding:1rem 30px;color:var(--orange);background:var(--yellow)} .no-wrap{white-space:nowrap} .modal-title{font-size:16px} -.card,.modal-content{border:none} +.card,.modal-content{border:0} .card-header{padding:0.5rem 1rem;background-color:rgba(0,0,0,0)} .card-body{padding:0.5rem} .card-body canvas{height:360px!important}