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