fix : 优化首页样式
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -159,7 +159,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="12" :xl="6">
|
<el-col :xs="24" :sm="24" :md="12" :lg="6" :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">
|
||||||
@@ -183,7 +183,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</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 bottom">
|
||||||
<div class="right-top ">
|
<div class="right-top ">
|
||||||
<div class="title-block">
|
<div class="title-block">
|
||||||
@@ -221,7 +221,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</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-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>
|
||||||
@@ -748,9 +748,9 @@ const handleView = (row) => {
|
|||||||
//.home-bg .notice-block {
|
//.home-bg .notice-block {
|
||||||
// height: 624px !important;
|
// height: 624px !important;
|
||||||
//}
|
//}
|
||||||
.todo-bg {
|
//.todo-bg {
|
||||||
margin-top: 10px;
|
// margin-top: 10px;
|
||||||
}
|
//}
|
||||||
.block {
|
.block {
|
||||||
width: 300px !important;
|
width: 300px !important;
|
||||||
}
|
}
|
||||||
@@ -1224,7 +1224,7 @@ const handleView = (row) => {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 344px;
|
width: 324px;
|
||||||
height: 170px;
|
height: 170px;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|||||||
Reference in New Issue
Block a user