refactor: 优化大屏水印展示效果

This commit is contained in:
wangjiahao 2024-01-22 17:56:13 +08:00
parent ba517d0073
commit 9bc751ffda

View File

@ -101,6 +101,16 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>io.dataease</groupId>
<artifactId>xpack-permissions</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.dataease</groupId>
<artifactId>xpack-base</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>