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-row>
|
||||
<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-top ">
|
||||
<div class="title-block">
|
||||
@@ -180,7 +180,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</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-top ">
|
||||
<div class="title-block">
|
||||
@@ -214,14 +214,16 @@
|
||||
</div>
|
||||
</div>
|
||||
</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-tabs v-model="docActiveTab" editable @tab-add="goToArticleList">
|
||||
<template #add-icon>
|
||||
更多
|
||||
<el-icon color="#1F63E6" size="18">
|
||||
<ArrowRight/>
|
||||
</el-icon>
|
||||
<div style="white-space: nowrap;display: flex;align-items: center">
|
||||
更多
|
||||
<el-icon color="#1F63E6" size="18">
|
||||
<ArrowRight/>
|
||||
</el-icon>
|
||||
</div>
|
||||
<div style="width: 15px"></div>
|
||||
</template>
|
||||
<el-tab-pane label="规章制度" name="first">
|
||||
@@ -831,7 +833,9 @@ const handleView = (row) => {
|
||||
}
|
||||
.home-bg .notice-block {
|
||||
height: 624px !important;
|
||||
}
|
||||
} .todo-bg {
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1500px) {
|
||||
@@ -867,6 +871,7 @@ const handleView = (row) => {
|
||||
width: 240px !important;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1200px) {
|
||||
|
||||
Reference in New Issue
Block a user