* [feedback#8799,done,0.5h] adjust number label size.

This commit is contained in:
tianshujie
2025-03-25 13:41:27 +08:00
committed by 曹延义
parent 0be72d5b7c
commit e27d9dcab7
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
.history-panel-action .avatar {width: 21px !important; height: 21px !important;}
.history-panel-body .listitem {padding: 0.4rem;}
.history-panel-action > .item-inner {padding-left: 1.5rem;}
+5
View File
@@ -25,6 +25,11 @@ class history extends wg
'commentBtn?: string|array' // 是否允许添加备注。
);
public static function getPageCSS(): ?string
{
return file_get_contents(__DIR__ . DS . 'css' . DS . 'v1.css');
}
public static function getPageJS(): ?string
{
return file_get_contents(__DIR__ . DS . 'js' . DS . 'v1.js');