mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	refactor: 引入tailwind css & 后端部分非公共包位置调整
This commit is contained in:
		@@ -1,13 +1,13 @@
 | 
			
		||||
<template>
 | 
			
		||||
    <el-config-provider :size="getGlobalComponentSize" :locale="getGlobalI18n">
 | 
			
		||||
        <div class="h100">
 | 
			
		||||
        <div class="!h-full">
 | 
			
		||||
            <el-watermark
 | 
			
		||||
                :zIndex="10000000"
 | 
			
		||||
                :width="210"
 | 
			
		||||
                v-if="themeConfig.isWatermark"
 | 
			
		||||
                :font="{ color: 'rgba(180, 180, 180, 0.3)' }"
 | 
			
		||||
                :content="themeConfig.watermarkText"
 | 
			
		||||
                class="h100"
 | 
			
		||||
                class="!h-full"
 | 
			
		||||
            >
 | 
			
		||||
                <router-view v-show="themeConfig.lockScreenTime !== 0" />
 | 
			
		||||
            </el-watermark>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user