Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
N
national_museum_vod
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qzhxx
national_museum_vod
Commits
a64b0b50
Commit
a64b0b50
authored
Apr 15, 2021
by
乐宝呗666
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改互动的适配
parent
b89123f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
index.vue
src/page/STB/interactive/index.vue
+14
-1
No files found.
src/page/STB/interactive/index.vue
View file @
a64b0b50
...
...
@@ -59,7 +59,7 @@
</div>
</div>
</div>
<party-pagination
v-show=
"tableData.length"
:page=
"page"
@
changePage=
"handleCurrentChange"
/>
<party-pagination
style=
"margin-right:20px;"
v-show=
"tableData.length"
:page=
"page"
@
changePage=
"handleCurrentChange"
/>
</el-card>
</div>
</
template
>
...
...
@@ -220,6 +220,17 @@ export default {
width: calc(100% - 440px);
margin-left: 20px;
}
@media screen and (max-width: 1024px) {
.tree-box {
width: 320px;
}
.detail-box {
width: calc(100% - 340px);
}
.page-tip {
display: none !important;
}
}
.scrollBox {
height: calc(100% - 160px);
overflow-y: auto;
...
...
@@ -273,6 +284,8 @@ export default {
p {
padding-bottom: 20px;
border-bottom: 1px solid #bbb;
white-space: normal;
word-wrap: break-word;
}
.img-box {
padding: 20px;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment