mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-11-04 10:57:10 +08:00 
			
		
		
		
	style: 解决启动时部分行分隔符报 warning 的问题
来自 @woodlxl(小鹿)
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user