Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-Server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李帅
2022-06-16 18:49:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cbcdd6c1c07c46bc3b75aab5821de5ac0f39b1b9
cbcdd6c1
1 parent
8ccf9492
1.新增字体管理。
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
app/Admin/Controllers/FontController.php
app/Admin/Controllers/FontController.php
View file @
cbcdd6c
...
...
@@ -30,12 +30,12 @@ class FontController extends AdminController
font-weight: normal;
font-style: normal;
}
.mfont{
.mfont
-
{
$this
->
id
}
{
font-family: 'ParlandoFont
{
$this
->
id
}
';
color: red;
}
</style><span class='mfont fa-2x'>字体示例:这里是临境有感</span>"
;
</style><span class='mfont
-
{
$this
->
id
}
fa-2x'>字体示例:这里是临境有感</span>"
;
});
$grid
->
column
(
'created_at'
);
...
...
Please
register
or
login
to post a comment