|
|
@ -258,6 +258,7 @@ |
|
|
|
</el-table> |
|
|
|
</el-table> |
|
|
|
</el-row> |
|
|
|
</el-row> |
|
|
|
<div |
|
|
|
<div |
|
|
|
|
|
|
|
class="drawer-footer" |
|
|
|
style="line-height: 20px; text-align: center; padding-top: 10px" |
|
|
|
style="line-height: 20px; text-align: center; padding-top: 10px" |
|
|
|
v-if="!typeView || this.$route.query.type == '3'" |
|
|
|
v-if="!typeView || this.$route.query.type == '3'" |
|
|
|
> |
|
|
|
> |
|
|
@ -1350,4 +1351,10 @@ export default { |
|
|
|
width: 25vw; |
|
|
|
width: 25vw; |
|
|
|
min-width: 20vw; |
|
|
|
min-width: 20vw; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.drawer-footer{ |
|
|
|
|
|
|
|
position: fixed; |
|
|
|
|
|
|
|
bottom: 10px; |
|
|
|
|
|
|
|
left: 50%; |
|
|
|
|
|
|
|
z-index: 999; |
|
|
|
|
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|