Skip to content
This repository was archived by the owner on Aug 17, 2019. It is now read-only.

Commit 509b245

Browse files
committed
后台样式优化
1 parent 56ce102 commit 509b245

File tree

2 files changed

+43
-329
lines changed

2 files changed

+43
-329
lines changed

resources/views/admin/index.blade.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<!-- begin breadcrumb -->
66
<ol class="breadcrumb pull-right">
77
<li><a href="javascript:;">Home</a></li>
8-
<li><a href="javascript:;">Page Options</a></li>
9-
<li class="active">Page with Transparent Sidebar</li>
8+
<li><a href="javascript:;">面包屑</a></li>
9+
<li class="active">面包屑</li>
1010
</ol>
1111
<!-- end breadcrumb -->
1212
<!-- begin page-header -->
13-
<h1 class="page-header">Page with Transparent Sidebar <small>header small text goes here...</small></h1>
13+
<h1 class="page-header">后台主页 <small>描述文字</small></h1>
1414
<!-- end page-header -->
1515

1616
<div class="row">
@@ -23,10 +23,10 @@
2323
<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-warning" data-click="panel-collapse"><i class="fa fa-minus"></i></a>
2424
<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-danger" data-click="panel-remove"><i class="fa fa-times"></i></a>
2525
</div>
26-
<h4 class="panel-title">Panel Title here</h4>
26+
<h4 class="panel-title">面板标题</h4>
2727
</div>
2828
<div class="panel-body">
29-
Panel Content Here
29+
面板内容
3030
</div>
3131
</div>
3232
</div>

0 commit comments

Comments
 (0)