Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ea0d6275
authored
2025-07-10 18:33:20 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
官网
1 parent
9d80528e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
src/viewsPc/components/querybackNumber.vue
src/viewsPc/components/schSearch.vue
src/viewsPc/components/querybackNumber.vue
View file @
ea0d627
...
...
@@ -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
>
...
...
src/viewsPc/components/schSearch.vue
View file @
ea0d627
...
...
@@ -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
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment