|
@@ -486,7 +486,7 @@
|
|
>
|
|
>
|
|
<div slot="content" style="height: 260px">
|
|
<div slot="content" style="height: 260px">
|
|
<div
|
|
<div
|
|
- style="padding: 5px 5px 0 5px; font-size: 14px"
|
|
|
|
|
|
+ style="padding: 4px 15px; font-size: 14px"
|
|
v-for="(item, index) in tableDataTwo"
|
|
v-for="(item, index) in tableDataTwo"
|
|
:key="index"
|
|
:key="index"
|
|
:style="{
|
|
:style="{
|
|
@@ -1268,6 +1268,9 @@ export default {
|
|
padding: 10px;
|
|
padding: 10px;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
|
|
+ .content-bottom:last-child{
|
|
|
|
+ border-bottom: 0px;
|
|
|
|
+ }
|
|
.upper-right {
|
|
.upper-right {
|
|
padding: 10px 0;
|
|
padding: 10px 0;
|
|
height: 260px;
|
|
height: 260px;
|