mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 12:18:43 +08:00 
			
		
		
		
	@@ -32,15 +32,16 @@
 | 
			
		||||
      >
 | 
			
		||||
        <!-- 右上角的主题、语言选择 -->
 | 
			
		||||
        <div
 | 
			
		||||
          class="flex items-center justify-between text-white at-2xl:justify-end at-xl:justify-end"
 | 
			
		||||
          class="flex items-center justify-between at-2xl:justify-end at-xl:justify-end"
 | 
			
		||||
          style="color: var(--el-text-color-primary);"
 | 
			
		||||
        >
 | 
			
		||||
          <div class="flex items-center at-2xl:hidden at-xl:hidden">
 | 
			
		||||
            <img alt="" class="mr-10px h-48px w-48px" src="@/assets/imgs/logo.png" />
 | 
			
		||||
            <span class="text-20px font-bold">{{ underlineToHump(appStore.getTitle) }}</span>
 | 
			
		||||
            <span class="text-20px font-bold" >{{ underlineToHump(appStore.getTitle) }}</span>
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="flex items-center justify-end space-x-10px h-48px">
 | 
			
		||||
            <ThemeSwitch />
 | 
			
		||||
            <LocaleDropdown class="dark:text-white lt-xl:text-white" />
 | 
			
		||||
            <LocaleDropdown />
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <!-- 右边的登录界面 -->
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user