mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-14 03:46:26 +00:00
perf: Chat input tool switch css
This commit is contained in:
@@ -27,9 +27,10 @@
|
||||
v-for="item in toolOptions"
|
||||
:key="item.value"
|
||||
>
|
||||
<div>
|
||||
<div style="padding: 0 10px">
|
||||
<i class="fa fa-wrench item-icon" />
|
||||
<span class="item-label">{{ item.label }}</span>
|
||||
|
||||
<el-switch
|
||||
:value="selectedToolsSet.has(item.value)"
|
||||
@change="() => toggleTool(item.value)"
|
||||
|
||||
Reference in New Issue
Block a user