From 958ba16b8584ee5edda4cc51af68236772e98135 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 10 Oct 2022 20:28:44 +0800 Subject: [PATCH] Update index.html --- plugins/php/index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins/php/index.html b/plugins/php/index.html index b576f8b9f..5ec54976c 100755 --- a/plugins/php/index.html +++ b/plugins/php/index.html @@ -10,14 +10,16 @@ width: 270px; } -.session_clear_list .line{ +.session_clear_list .line { padding: 0; border-bottom: 1px solid #ececec; width: 270px; } + .session_clear_list .line:last-child { border-bottom: 0px; } + .session_clear_list .line span{ width: auto; height: 35px; @@ -25,11 +27,12 @@ text-align: left; padding: 0 5px; } + .session_clear_list .line span:first-child { width: 170px; border-right: 1px solid #ececec; background: #f7f7f7; - padding-left: 5px; + float: left; }