移除底部授权
parent
71a6e43e32
commit
34a40d082c
|
|
@ -57,3 +57,10 @@ Editor::resolving(function (Editor $editor) {
|
|||
});
|
||||
|
||||
ShowField::extend('showLabel', Label::class);
|
||||
|
||||
Admin::style(
|
||||
<<<'CSS'
|
||||
.main-footer {
|
||||
display: none;
|
||||
}
|
||||
CSS);
|
||||
|
|
|
|||
Loading…
Reference in New Issue