Merge pull request 'fix : 优化首页样式' (#812) from dj into master
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/812
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -159,7 +159,7 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row gutter="10" style="margin-top: 10px">
|
||||
<el-col :xs="24" :sm="24" :md="12" :lg="12" :xl="6">
|
||||
<el-col :xs="24" :sm="24" :md="12" :lg="6" :xl="6">
|
||||
<div class="right bottom">
|
||||
<div class="right-top ">
|
||||
<div class="title-block">
|
||||
@@ -183,7 +183,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</el-col>
|
||||
<el-col :xs="24" :sm="24" :md="12" :lg="12" :xl="8">
|
||||
<el-col :xs="24" :sm="24" :md="12" :lg="8" :xl="8">
|
||||
<div class="right bottom">
|
||||
<div class="right-top ">
|
||||
<div class="title-block">
|
||||
@@ -221,7 +221,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</el-col>
|
||||
<el-col :xs="24" :sm="24" :md="24" :lg="24" :xl="10">
|
||||
<el-col :xs="24" :sm="24" :md="24" :lg="10" :xl="10">
|
||||
<el-card shadow="never" class="todo-bg">
|
||||
<el-tabs v-model="docActiveTab" editable @tab-add="goToArticleList">
|
||||
<template #add-icon>
|
||||
@@ -748,9 +748,9 @@ const handleView = (row) => {
|
||||
//.home-bg .notice-block {
|
||||
// height: 624px !important;
|
||||
//}
|
||||
.todo-bg {
|
||||
margin-top: 10px;
|
||||
}
|
||||
//.todo-bg {
|
||||
// margin-top: 10px;
|
||||
//}
|
||||
.block {
|
||||
width: 300px !important;
|
||||
}
|
||||
@@ -1224,7 +1224,7 @@ const handleView = (row) => {
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 344px;
|
||||
width: 324px;
|
||||
height: 170px;
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
Reference in New Issue
Block a user