Skip to content

Commit

Permalink
fix app list header hight
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed May 20, 2022
1 parent 1d42ce1 commit fe7f97f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Aiplugs.PoshApp.Electron/src/components/AppList.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="main-content d-flex flex-column">
<header>
<v-row class="pl-4 pr-4" style="width: 100%;">
<v-container fluid>
<v-row class="pl-4 pr-4 mt-1" style="width: 100%;">
<v-col cols="12" class="pt-0 pb-0">
<ParametersForm ref="form"
:script="scriptId"
Expand All @@ -21,7 +21,7 @@
v-on:click="invokeAction({ scriptId:action.id, input: selected.map(item => item.$clixml) })"
retain-focus-on-click>{{action.displayName || action.id}}</v-btn>
</v-row>
</header>
</v-container>
<v-divider></v-divider>
<div class="flex" ref="content" v-resize="handleResize" style="overflow: hidden;">
<v-data-table v-model="selected"
Expand Down

0 comments on commit fe7f97f

Please sign in to comment.