resultProcess.vue 442 Bytes
<route lang="yaml">
  name: resultProcess
</route>

<script lang="ts" setup name="resultProcess">


</script>

<template>
  <div class="container_wrap">
   匿名化处理
  </div>
</template>

<style lang="scss" scoped>
.table_tool_wrap {
  width: 100%;
  height: 84px !important;
  padding: 0 8px;

  .tools_btns {
    padding: 0px 0 0;
  }
}

.table_panel_wrap {
  width: 100%;
  height: calc(100% - 84px);
  padding: 0px 8px 0;
}
</style>