Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
f306c211
Commit
f306c211
authored
Jun 17, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
08fa64f8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
11 deletions
+12
-11
scenicSummary.vue
src/pages/classroom/components/scenicSummary.vue
+11
-10
useRecord.vue
src/pages/classroom/useRecord.vue
+1
-1
No files found.
src/pages/classroom/components/scenicSummary.vue
View file @
f306c211
...
...
@@ -33,14 +33,15 @@
.td-bg
{
background-color
:
#F1F6FB
;
}
/
deep
/
.el-timeline
{
.el-timeline
{
padding-left
:
5px
;
}
.tbody
{
// width: calc(100% + 10px);
width
:
1680px
;
padding-right
:
10px
;
height
:
calc
(
100vh
-
170px
);
height
:
calc
(
100vh
-
200px
);
box-sizing
:
border-box
;
overflow-y
:
scroll
;
overflow-x
:
hidden
;
}
...
...
@@ -80,13 +81,13 @@
<colgroup>
<col
width=
'105px'
/>
<col
width=
'10px'
/>
<col
width=
'200
px'
/>
<col
width=
'2
00
px'
/>
<col
width=
'2
00
px'
/>
<col
width=
'2
00
px'
/>
<col
width=
'2
00
px'
/>
<col
width=
'2
00
px'
/>
<col
width=
'2
00
px'
/>
<col
width=
'215
px'
/>
<col
width=
'2
15
px'
/>
<col
width=
'2
15
px'
/>
<col
width=
'2
15
px'
/>
<col
width=
'2
15
px'
/>
<col
width=
'2
15
px'
/>
<col
width=
'2
15
px'
/>
<col
width=
'10px'
/>
</colgroup>
<thead>
...
...
@@ -138,7 +139,7 @@
<col
width=
'215px'
/>
<col
width=
'215px'
/>
<col
width=
'215px'
/>
<col
width=
'40px'
/>
<col/>
</colgroup>
<tbody>
<tr>
...
...
src/pages/classroom/useRecord.vue
View file @
f306c211
...
...
@@ -191,7 +191,7 @@
height
:
calc
(
100vh
-
100px
);
// height: 900px;
overflow-x
:
scroll
;
//
overflow-y: hidden;
overflow-y
:
hidden
;
}
}
.
right
:
:-
webkit-scrollbar
{
...
...
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