File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242 <span style="flex:1"></span>
4343 <?php if ($ user ): ?>
4444 <span style="margin-right:16px;">👤 <?php echo htmlspecialchars ($ user ['username ' ]); ?> </span>
45- <a href="admin/dashboard.php" class="md-btn" style="background:#1976d2;color:#fff;padding:6px 18px;font-size:15px;">进入后台</a>
45+ <a href="admin/dashboard.php" class="md-btn" style="background:#1976d2;color:#fff;padding:6px 18px;font-size:15px;text-decoration:none; ">进入后台</a>
4646 <?php else : ?>
47- <a href="admin/index.php" class="md-btn" style="background:#fff;color:#1976d2 !important;border:1px solid #1976d2;padding:6px 18px;font-size:15px;">登录</a>
47+ <a href="admin/index.php" class="md-btn" style="background:#fff;color:#1976d2 !important;border:1px solid #1976d2;padding:6px 18px;font-size:15px;text-decoration:none; ">登录</a>
4848 <?php endif ; ?>
4949 </div>
5050 <div class="container align-center">
You can’t perform that action at this time.
0 commit comments