TemplateSetting.vue 206 B

1234567891011121314
  1. <template>
  2. <div class="template-section"></div>
  3. </template>
  4. <script setup lang="js">
  5. </script>
  6. <style scoped lang="css">
  7. .template-section {
  8. width: 19%;
  9. height: 100%;
  10. overflow-y: auto;
  11. }
  12. </style>