We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca7f62 commit 1357e22Copy full SHA for 1357e22
web/src/view/layout/index.vue
@@ -25,15 +25,15 @@
25
<i class="el-icon-s-fold" v-else></i>
26
</div>
27
</el-col>
28
- <el-col :xs="10" :lg="14" :md='14' :sm="14" :xl="14">
+ <el-col :xs="10" :lg="14" :md='14' :sm="9" :xl="14">
29
<el-breadcrumb class="breadcrumb" separator-class="el-icon-arrow-right">
30
<el-breadcrumb-item
31
:key="item.path"
32
v-for="item in matched.slice(1,matched.length)"
33
>{{item.meta.title}}</el-breadcrumb-item>
34
</el-breadcrumb>
35
36
- <el-col :xs="12" :lg="9" :md="9" :sm="9" :xl="9">
+ <el-col :xs="12" :lg="9" :md="9" :sm="14" :xl="9">
37
<div class="fl-right right-box">
38
<Search />
39
<Screenfull class="screenfull"></Screenfull>
0 commit comments