工作台样式优化
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="middle" v-if="!isFinanceUser">
|
<div class="middle fill" v-if="!isFinanceUser">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<h2>群众留言</h2>
|
<h2>群众留言</h2>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
<ai-empty class="w100" v-if="!comments.length"/>
|
<ai-empty class="w100" v-if="!comments.length"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right fill">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<h2>政策动态</h2>
|
<h2>政策动态</h2>
|
||||||
<div @click="$router.push({name:routeNames.AppNewsCenter})">
|
<div @click="$router.push({name:routeNames.AppNewsCenter})">
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="bottom" v-else>
|
<div class="bottom fill" v-else>
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<h2>需求抢单</h2>
|
<h2>需求抢单</h2>
|
||||||
<div @click="$router.push({name:routeNames.AppFinancingNeeds})">
|
<div @click="$router.push({name:routeNames.AppFinancingNeeds})">
|
||||||
@@ -106,6 +106,7 @@ import {mapState} from "vuex";
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "AppConsole",
|
name: "AppConsole",
|
||||||
|
label: "工作台",
|
||||||
props: {
|
props: {
|
||||||
instance: Function,
|
instance: Function,
|
||||||
dict: Object,
|
dict: Object,
|
||||||
@@ -188,6 +189,8 @@ export default {
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
.w100 {
|
.w100 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -323,12 +326,10 @@ export default {
|
|||||||
|
|
||||||
.middle {
|
.middle {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
||||||
.left {
|
.left {
|
||||||
width: 480px;
|
width: 480px;
|
||||||
height: 360px;
|
|
||||||
padding: 0 16px 16px;
|
padding: 0 16px 16px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
@@ -393,8 +394,6 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.right {
|
.right {
|
||||||
flex: 1;
|
|
||||||
height: 360px;
|
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
padding: 0 16px 16px;
|
padding: 0 16px 16px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user