* [feedback#8799,done,0.5h] adjust number label size.
This commit is contained in:
@@ -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;}
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user