REST Service for POPCORN - ILIAS
alex
2025-06-06 9c51cd91ccf824342963491faeb435aa1ddeb22f
vue/src/pages/Users.vue
@@ -51,7 +51,13 @@
      <div class="users">
         <Pagination :offset="users.offset" :limit="users.limit" :total="users.total" @go="go" />
         <div class="users-header">
            <div class="search">
               Search
               <input type="text" size="30">
            </div>
            <Pagination :offset="users.offset" :limit="users.limit" :total="users.total" @go="go" />
         </div>
         <table class="w100p">
            <thead>
@@ -90,6 +96,15 @@
</template>
<style scoped>
<style scoped lang="stylus">
.users-header
   display flex;
   align-items center
   justify-content space-around
   margin-bottom 1em;
   margin-top -.5em;
   border 1px dotted #ccc
   background-color #eee;
</style>