Merge pull request #7408 from dataease/pr@dev-v2@refactor_mark

style: 样式优化
This commit is contained in:
王嘉豪 2023-12-27 15:50:47 +08:00 committed by GitHub
commit 1964142f2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -96,6 +96,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>

View File

@ -62,7 +62,7 @@
<el-row
style="height: 100%"
v-if="!state.currentTemplateShowList.length && state.templateFilterText"
v-if="!currentTemplateShowListComputed.length && state.templateFilterText"
class="custom-position"
>
<Icon style="width: 125px; height: 125px" name="dv-nothing" />