forked from github/dataease
style: 样式优化
This commit is contained in:
parent
a6639f7b6d
commit
fee4c82b43
@ -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>
|
||||
|
||||
|
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user