style: 解决启动时部分行分隔符报 warning 的问题

来自 @woodlxl(小鹿)
This commit is contained in:
2023-06-28 22:49:58 +08:00
parent 9376d6fd5f
commit 39b0b9a48e
29 changed files with 659 additions and 302 deletions

View File

@@ -2,10 +2,14 @@
<div class="header-operation-right">
<a-button-group>
<a-tooltip :content="showQuery ? '隐藏搜索栏' : '显示搜索栏'">
<a-button @click="toggleSearch"><template #icon><icon-search /></template></a-button>
<a-button @click="toggleSearch"
><template #icon><icon-search /></template
></a-button>
</a-tooltip>
<a-tooltip content="刷新">
<a-button @click="handleRefresh"><template #icon><icon-refresh /></template></a-button>
<a-button @click="handleRefresh"
><template #icon><icon-refresh /></template
></a-button>
</a-tooltip>
</a-button-group>
</div>
@@ -42,4 +46,4 @@
};
</script>
<style scoped lang="less"></style>
<style scoped lang="less"></style>