opProblem.vue 239 B

123456789101112131415
  1. <template>
  2. <!-- 优化问题 -->
  3. <div style="height: 100%;">
  4. <el-card class="custom-card">
  5. <template #header>
  6. <span>优化问题</span>
  7. </template>
  8. </el-card>
  9. </div>
  10. </template>
  11. <script setup>
  12. </script>