We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc264a commit 81939cbCopy full SHA for 81939cb
src-ui/windows/settings/programs/Aliases.vue
@@ -10,14 +10,14 @@
10
:prefix-icon="Search"
11
clearable
12
@input="handleSearch"
13
- style="margin-bottom: 16px;"
+ :style="{ marginBottom: '16px' }"
14
/>
15
16
<div class="table-wrapper">
17
<el-table
18
v-loading="loading"
19
:data="programList"
20
- style="width: 100%"
+ :style="{ width: '100%' }"
21
height="100%"
22
>
23
<el-table-column
src-ui/windows/settings/search/BuiltinCommands.vue
@@ -27,7 +27,7 @@
27
:data="builtinCommandList"
28
border
29
stripe
30
31
32
33
:label="t('settings.builtin_command_function')"
0 commit comments