Commit 588ea991 authored by 沈翠玲's avatar 沈翠玲

样式优化

parent af7ee0bf
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
ref="gridRef" ref="gridRef"
:collapsed="collapsed" :collapsed="collapsed"
:collapsedRows="props.collapsedRows" :collapsedRows="props.collapsedRows"
:gap="[15, 0]" :gap="[90, 0]"
:cols="props.searchCol" :cols="props.searchCol"
> >
<GridItem <GridItem
......
...@@ -349,19 +349,22 @@ td { ...@@ -349,19 +349,22 @@ td {
display: flex; display: flex;
width: 75%; width: 75%;
justify-content: space-between; justify-content: space-between;
padding-right: 15px;
align-items: center; align-items: center;
.item_warp { .item_warp {
line-height: 1.15; line-height: 1.15;
width: 30%; width: 30%;
height: 60px; height: 90px;
display: flex;
border-radius: 5px; border-radius: 5px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
padding: 5px 10px; padding: 5px 10px;
align-items: center;
} }
.img_warp { .img_warp {
line-height: 1.15; line-height: 1.15;
display: inline-block; display: inline-block;
width: 20%; width: 60px;
height: 100%; height: 100%;
margin-right: 10px; margin-right: 10px;
position: relative; position: relative;
......
...@@ -25,6 +25,18 @@ body, ...@@ -25,6 +25,18 @@ body,
height: 28px !important; height: 28px !important;
line-height: 28px !important; line-height: 28px !important;
} }
.table-search .el-input__inner {
height: 35px !important;
line-height: 35px !important;
}
.table-search .el-select__wrapper{
min-height: 35px;
line-height: 35px;
}
.table-search .el-date-editor.el-input, .table-search .el-date-editor.el-input__wrapper {
height: 35px !important;
line-height: 35px !important;
}
.el-form-item { .el-form-item {
margin-bottom: 15px !important; margin-bottom: 15px !important;
} }
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ProTable :config="config" ref="caseLRef" :api="getCreditPage" :paramCallback="paramCallback"> <ProTable :config="config" ref="caseLRef" :api="getCreditPage" :paramCallback="paramCallback">
<template #table_top> <template #table_top>
<div class="style-lable" style="width: 100%"> <div class="style-lable" style="width: 100%">
<div class="item_warp" style="width: 19%"> <div class="item_warp" style="width: 23%">
<div class="img_warp"> <div class="img_warp">
<img src="@/assets/images/caselist.svg" /> <img src="@/assets/images/caselist.svg" />
</div> </div>
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<div class="item items1">{{ statisis.caseNum }}</div> <div class="item items1">{{ statisis.caseNum }}</div>
</div> </div>
</div> </div>
<div class="item_warp" style="width: 19%"> <div class="item_warp" style="width: 23%">
<div class="img_warp"> <div class="img_warp">
<img src="@/assets/images/userlist.svg" /> <img src="@/assets/images/userlist.svg" />
</div> </div>
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<div class="item items1">{{ statisis.cpeNum }}</div> <div class="item items1">{{ statisis.cpeNum }}</div>
</div> </div>
</div> </div>
<div class="item_warp" style="width: 19%"> <div class="item_warp" style="width: 23%">
<div class="img_warp"> <div class="img_warp">
<img src="@/assets/images/money.svg" /> <img src="@/assets/images/money.svg" />
</div> </div>
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<div class="item items1">{{ statisis.amount }}</div> <div class="item items1">{{ statisis.amount }}</div>
</div> </div>
</div> </div>
<div class="item_warp" style="width: 19%"> <div class="item_warp" style="width: 23%">
<div class="img_warp"> <div class="img_warp">
<img src="@/assets/images/tocrash.svg" /> <img src="@/assets/images/tocrash.svg" />
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment