9d80528e by zhangmeng

官网

1 parent 872fdff9
......@@ -5,7 +5,7 @@
close-icon="CircleClose" destroy-on-close
width="460px"
>
<div v-loading="loading" style="min-height: 300px">
<div v-loading="loading" style="min-height: 500px;height: 50vh;">
<div v-if="!type||type==''">
<div class="rItem" @click="type='0'">{{ language == 0 ? '个人查询' : 'Personal Query' }}</div>
......
......@@ -5,7 +5,7 @@
close-icon="CircleClose" destroy-on-close
width="460px"
>
<div v-loading="loading" style="min-height: 300px">
<div v-loading="loading" style="min-height: 500px;height: 50vh;">
<div v-if="!type||type==''">
<div class="rItem" @click="type='0'">{{ language == 0 ? '按项目查询' : 'Query by project' }}</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!