Skip to content

Commit 1357e22

Browse files
committed
手机端ui
1 parent 6ca7f62 commit 1357e22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/view/layout/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
<i class="el-icon-s-fold" v-else></i>
2626
</div>
2727
</el-col>
28-
<el-col :xs="10" :lg="14" :md='14' :sm="14" :xl="14">
28+
<el-col :xs="10" :lg="14" :md='14' :sm="9" :xl="14">
2929
<el-breadcrumb class="breadcrumb" separator-class="el-icon-arrow-right">
3030
<el-breadcrumb-item
3131
:key="item.path"
3232
v-for="item in matched.slice(1,matched.length)"
3333
>{{item.meta.title}}</el-breadcrumb-item>
3434
</el-breadcrumb>
3535
</el-col>
36-
<el-col :xs="12" :lg="9" :md="9" :sm="9" :xl="9">
36+
<el-col :xs="12" :lg="9" :md="9" :sm="14" :xl="9">
3737
<div class="fl-right right-box">
3838
<Search />
3939
<Screenfull class="screenfull"></Screenfull>

0 commit comments

Comments
 (0)