Merge pull request 'fix : 修复首页适配' (#794) from de into master
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/794
This commit is contained in:
@@ -156,7 +156,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row gutter="10" style="margin-top: 10px">
|
<el-row gutter="10" style="margin-top: 10px">
|
||||||
<el-col :xs="24" :sm="24" :md="12" :lg="6" :xl="6">
|
<el-col :xs="24" :sm="24" :md="12" :lg="12" :xl="6">
|
||||||
<div class="right bottom">
|
<div class="right bottom">
|
||||||
<div class="right-top ">
|
<div class="right-top ">
|
||||||
<div class="title-block">
|
<div class="title-block">
|
||||||
@@ -180,7 +180,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :xs="24" :sm="24" :md="12" :lg="8" :xl="8">
|
<el-col :xs="24" :sm="24" :md="12" :lg="12" :xl="8">
|
||||||
<div class="right bottom">
|
<div class="right bottom">
|
||||||
<div class="right-top ">
|
<div class="right-top ">
|
||||||
<div class="title-block">
|
<div class="title-block">
|
||||||
@@ -214,14 +214,16 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :xs="24" :sm="24" :md="24" :lg="10" :xl="10">
|
<el-col :xs="24" :sm="24" :md="24" :lg="24" :xl="10">
|
||||||
<el-card shadow="never" class="todo-bg">
|
<el-card shadow="never" class="todo-bg">
|
||||||
<el-tabs v-model="docActiveTab" editable @tab-add="goToArticleList">
|
<el-tabs v-model="docActiveTab" editable @tab-add="goToArticleList">
|
||||||
<template #add-icon>
|
<template #add-icon>
|
||||||
更多
|
<div style="white-space: nowrap;display: flex;align-items: center">
|
||||||
<el-icon color="#1F63E6" size="18">
|
更多
|
||||||
<ArrowRight/>
|
<el-icon color="#1F63E6" size="18">
|
||||||
</el-icon>
|
<ArrowRight/>
|
||||||
|
</el-icon>
|
||||||
|
</div>
|
||||||
<div style="width: 15px"></div>
|
<div style="width: 15px"></div>
|
||||||
</template>
|
</template>
|
||||||
<el-tab-pane label="规章制度" name="first">
|
<el-tab-pane label="规章制度" name="first">
|
||||||
@@ -831,7 +833,9 @@ const handleView = (row) => {
|
|||||||
}
|
}
|
||||||
.home-bg .notice-block {
|
.home-bg .notice-block {
|
||||||
height: 624px !important;
|
height: 624px !important;
|
||||||
}
|
} .todo-bg {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1500px) {
|
@media only screen and (max-width: 1500px) {
|
||||||
@@ -867,6 +871,7 @@ const handleView = (row) => {
|
|||||||
width: 240px !important;
|
width: 240px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1200px) {
|
@media only screen and (max-width: 1200px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user