ea0d6275 by zhangmeng

官网

1 parent 9d80528e
......@@ -3,7 +3,6 @@
v-model="show" :close-on-click-modal="false" :title="language==0?'背号查询':'Competition Number'" append-to-body
center class="pcloginpop"
close-icon="CircleClose" destroy-on-close
width="460px"
>
<div v-loading="loading" style="min-height: 500px;height: 50vh;">
......@@ -195,11 +194,11 @@ function showDetail(name) {
}
.rItem {
height: 130px;
max-height: 130px;
cursor: pointer;
border: 1px solid #e1e1e1;
border-radius: 4px;
width: 350px;
max-width: 350px;
text-align: center;
line-height: 130px;
padding: 1px;
......@@ -285,6 +284,7 @@ function showDetail(name) {
.searchBox {
height: 50vh;
overflow: hidden;
//overflow: hidden;
overflow-y: hidden;
}
</style>
......
......@@ -3,7 +3,6 @@
v-model="show" :close-on-click-modal="false" :title="language==0?'日程查询':'Schedule inquiry'" append-to-body
center class="pcloginpop"
close-icon="CircleClose" destroy-on-close
width="460px"
>
<div v-loading="loading" style="min-height: 500px;height: 50vh;">
......@@ -269,11 +268,11 @@ function showDetail(name) {
}
.rItem {
height: 130px;
max-height: 130px;
cursor: pointer;
border: 1px solid #e1e1e1;
border-radius: 4px;
width: 350px;
max-width: 350px;
text-align: center;
line-height: 130px;
padding: 1px;
......@@ -359,6 +358,6 @@ function showDetail(name) {
.searchBox {
height: 50vh;
overflow: hidden;
overflow-y: auto;
}
</style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!