9d80528e by zhangmeng

官网

1 parent 872fdff9
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 close-icon="CircleClose" destroy-on-close 5 close-icon="CircleClose" destroy-on-close
6 width="460px" 6 width="460px"
7 > 7 >
8 <div v-loading="loading" style="min-height: 300px"> 8 <div v-loading="loading" style="min-height: 500px;height: 50vh;">
9 9
10 <div v-if="!type||type==''"> 10 <div v-if="!type||type==''">
11 <div class="rItem" @click="type='0'">{{ language == 0 ? '个人查询' : 'Personal Query' }}</div> 11 <div class="rItem" @click="type='0'">{{ language == 0 ? '个人查询' : 'Personal Query' }}</div>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 close-icon="CircleClose" destroy-on-close 5 close-icon="CircleClose" destroy-on-close
6 width="460px" 6 width="460px"
7 > 7 >
8 <div v-loading="loading" style="min-height: 300px"> 8 <div v-loading="loading" style="min-height: 500px;height: 50vh;">
9 9
10 <div v-if="!type||type==''"> 10 <div v-if="!type||type==''">
11 <div class="rItem" @click="type='0'">{{ language == 0 ? '按项目查询' : 'Query by project' }}</div> 11 <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!