官网
Showing
2 changed files
with
7 additions
and
8 deletions
| ... | @@ -3,7 +3,6 @@ | ... | @@ -3,7 +3,6 @@ |
| 3 | v-model="show" :close-on-click-modal="false" :title="language==0?'背号查询':'Competition Number'" append-to-body | 3 | v-model="show" :close-on-click-modal="false" :title="language==0?'背号查询':'Competition Number'" append-to-body |
| 4 | center class="pcloginpop" | 4 | center class="pcloginpop" |
| 5 | close-icon="CircleClose" destroy-on-close | 5 | close-icon="CircleClose" destroy-on-close |
| 6 | width="460px" | ||
| 7 | > | 6 | > |
| 8 | <div v-loading="loading" style="min-height: 500px;height: 50vh;"> | 7 | <div v-loading="loading" style="min-height: 500px;height: 50vh;"> |
| 9 | 8 | ||
| ... | @@ -195,11 +194,11 @@ function showDetail(name) { | ... | @@ -195,11 +194,11 @@ function showDetail(name) { |
| 195 | } | 194 | } |
| 196 | 195 | ||
| 197 | .rItem { | 196 | .rItem { |
| 198 | height: 130px; | 197 | max-height: 130px; |
| 199 | cursor: pointer; | 198 | cursor: pointer; |
| 200 | border: 1px solid #e1e1e1; | 199 | border: 1px solid #e1e1e1; |
| 201 | border-radius: 4px; | 200 | border-radius: 4px; |
| 202 | width: 350px; | 201 | max-width: 350px; |
| 203 | text-align: center; | 202 | text-align: center; |
| 204 | line-height: 130px; | 203 | line-height: 130px; |
| 205 | padding: 1px; | 204 | padding: 1px; |
| ... | @@ -285,6 +284,7 @@ function showDetail(name) { | ... | @@ -285,6 +284,7 @@ function showDetail(name) { |
| 285 | 284 | ||
| 286 | .searchBox { | 285 | .searchBox { |
| 287 | height: 50vh; | 286 | height: 50vh; |
| 288 | overflow: hidden; | 287 | //overflow: hidden; |
| 288 | overflow-y: hidden; | ||
| 289 | } | 289 | } |
| 290 | </style> | 290 | </style> | ... | ... |
| ... | @@ -3,7 +3,6 @@ | ... | @@ -3,7 +3,6 @@ |
| 3 | v-model="show" :close-on-click-modal="false" :title="language==0?'日程查询':'Schedule inquiry'" append-to-body | 3 | v-model="show" :close-on-click-modal="false" :title="language==0?'日程查询':'Schedule inquiry'" append-to-body |
| 4 | center class="pcloginpop" | 4 | center class="pcloginpop" |
| 5 | close-icon="CircleClose" destroy-on-close | 5 | close-icon="CircleClose" destroy-on-close |
| 6 | width="460px" | ||
| 7 | > | 6 | > |
| 8 | <div v-loading="loading" style="min-height: 500px;height: 50vh;"> | 7 | <div v-loading="loading" style="min-height: 500px;height: 50vh;"> |
| 9 | 8 | ||
| ... | @@ -269,11 +268,11 @@ function showDetail(name) { | ... | @@ -269,11 +268,11 @@ function showDetail(name) { |
| 269 | } | 268 | } |
| 270 | 269 | ||
| 271 | .rItem { | 270 | .rItem { |
| 272 | height: 130px; | 271 | max-height: 130px; |
| 273 | cursor: pointer; | 272 | cursor: pointer; |
| 274 | border: 1px solid #e1e1e1; | 273 | border: 1px solid #e1e1e1; |
| 275 | border-radius: 4px; | 274 | border-radius: 4px; |
| 276 | width: 350px; | 275 | max-width: 350px; |
| 277 | text-align: center; | 276 | text-align: center; |
| 278 | line-height: 130px; | 277 | line-height: 130px; |
| 279 | padding: 1px; | 278 | padding: 1px; |
| ... | @@ -359,6 +358,6 @@ function showDetail(name) { | ... | @@ -359,6 +358,6 @@ function showDetail(name) { |
| 359 | 358 | ||
| 360 | .searchBox { | 359 | .searchBox { |
| 361 | height: 50vh; | 360 | height: 50vh; |
| 362 | overflow: hidden; | 361 | overflow-y: auto; |
| 363 | } | 362 | } |
| 364 | </style> | 363 | </style> | ... | ... |
-
Please register or sign in to post a comment