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
ae26379c
Commit
ae26379c
authored
Jun 17, 2021
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1bede393
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
comSummary.css
src/pages/classroom/components/css/comSummary.css
+1
-1
scenicSummary.vue
src/pages/classroom/components/scenicSummary.vue
+1
-2
useRecord.vue
src/pages/classroom/useRecord.vue
+1
-1
No files found.
src/pages/classroom/components/css/comSummary.css
View file @
ae26379c
...
@@ -231,7 +231,7 @@
...
@@ -231,7 +231,7 @@
.comSummary
.summaryTable
{
.comSummary
.summaryTable
{
/* width:100%; */
/* width:100%; */
width
:
1680px
;
width
:
1680px
;
height
:
70px
;
height
:
70px
!important
;
border-radius
:
4px
;
border-radius
:
4px
;
height
:
calc
(
100vh
-
100px
);
height
:
calc
(
100vh
-
100px
);
/* background-color:#E6E6E6; */
/* background-color:#E6E6E6; */
...
...
src/pages/classroom/components/scenicSummary.vue
View file @
ae26379c
...
@@ -129,7 +129,7 @@
...
@@ -129,7 +129,7 @@
</thead>
</thead>
</table>
</table>
<div
class=
"tbody
summaryTable"
>
<div
class=
"tbody
"
style=
"width:1680px"
>
<colgroup>
<colgroup>
<col
width=
'140px'
/>
<col
width=
'140px'
/>
<col
width=
'215px'
/>
<col
width=
'215px'
/>
...
@@ -387,7 +387,6 @@ export default {
...
@@ -387,7 +387,6 @@ export default {
},
},
//初始化日历数据
//初始化日历数据
initData
()
{
initData
()
{
let
startYear
=
this
.
msg
.
StartDate
.
split
(
"-"
)[
0
];
let
startYear
=
this
.
msg
.
StartDate
.
split
(
"-"
)[
0
];
let
startMonth
=
this
.
msg
.
StartDate
.
split
(
"-"
)[
1
];
let
startMonth
=
this
.
msg
.
StartDate
.
split
(
"-"
)[
1
];
var
data
=
lunarCalendar
.
initLunar
(
var
data
=
lunarCalendar
.
initLunar
(
...
...
src/pages/classroom/useRecord.vue
View file @
ae26379c
...
@@ -191,7 +191,7 @@
...
@@ -191,7 +191,7 @@
height
:
calc
(
100vh
-
100px
);
height
:
calc
(
100vh
-
100px
);
// height: 900px;
// height: 900px;
overflow-x
:
scroll
;
overflow-x
:
scroll
;
overflow-y
:
hidden
;
//
overflow-y: hidden;
}
}
}
}
.
right
:
:-
webkit-scrollbar
{
.
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