Skip to content

Commit 81939cb

Browse files
committed
style: 修复了ci的报错
1 parent efc264a commit 81939cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src-ui/windows/settings/programs/Aliases.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
:prefix-icon="Search"
1111
clearable
1212
@input="handleSearch"
13-
style="margin-bottom: 16px;"
13+
:style="{ marginBottom: '16px' }"
1414
/>
1515

1616
<div class="table-wrapper">
1717
<el-table
1818
v-loading="loading"
1919
:data="programList"
20-
style="width: 100%"
20+
:style="{ width: '100%' }"
2121
height="100%"
2222
>
2323
<el-table-column

src-ui/windows/settings/search/BuiltinCommands.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
:data="builtinCommandList"
2828
border
2929
stripe
30-
style="width: 100%"
30+
:style="{ width: '100%' }"
3131
>
3232
<el-table-column
3333
:label="t('settings.builtin_command_function')"

0 commit comments

Comments
 (0)