From 22ab0dd15662fecb5e763967170c2ff38bb9180d Mon Sep 17 00:00:00 2001 From: xushubieli Date: Tue, 11 Jan 2022 18:23:44 +0800 Subject: [PATCH] Update base.css --- src/dede/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dede/css/base.css b/src/dede/css/base.css index c07f47ce..dc805a2d 100644 --- a/src/dede/css/base.css +++ b/src/dede/css/base.css @@ -93,4 +93,4 @@ a.btn{color:white!important} .btn-success{background:#28a745;border-color:#28a745} .table{color:#424b51} .table td,.table th{padding:.6rem;vertical-align:middle} -.table th img,.table td img{vertical-align:text-bottom} \ No newline at end of file +.table th img,.table td img,input[type=checkbox],input[type=radio]{vertical-align:text-bottom} \ No newline at end of file