Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -30,12 +30,12 @@ class FontController extends AdminController | ... | @@ -30,12 +30,12 @@ class FontController extends AdminController |
30 | font-weight: normal; | 30 | font-weight: normal; |
31 | font-style: normal; | 31 | font-style: normal; |
32 | } | 32 | } |
33 | -.mfont{ | 33 | +.mfont-{$this->id}{ |
34 | font-family: 'ParlandoFont{$this->id}'; | 34 | font-family: 'ParlandoFont{$this->id}'; |
35 | color: red; | 35 | color: red; |
36 | 36 | ||
37 | } | 37 | } |
38 | -</style><span class='mfont fa-2x'>字体示例:这里是临境有感</span>"; | 38 | +</style><span class='mfont-{$this->id} fa-2x'>字体示例:这里是临境有感</span>"; |
39 | 39 | ||
40 | }); | 40 | }); |
41 | $grid->column('created_at'); | 41 | $grid->column('created_at'); | ... | ... |
-
Please register or login to post a comment