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
3545f6b8
Commit
3545f6b8
authored
Jan 22, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改部分样式
parent
ced552f2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
8 deletions
+13
-8
App.vue
src/App.vue
+6
-0
Index.vue
src/pages/Index.vue
+5
-6
teacherLesson.vue
src/pages/course/teacherLesson.vue
+2
-2
No files found.
src/App.vue
View file @
3545f6b8
...
...
@@ -133,6 +133,12 @@ body,
.el-drawer__wrapper
.drawerTop
.icon-guanbi
{
display
:
none
!important
;
}
.el-tabs__item.is-active
{
color
:
var
(
--q-color-primary
)
!important
;
}
.el-tabs__active-bar
{
background-color
:
var
(
--q-color-primary
)
!important
;
}
.page-body
{
padding
:
15px
!important
;
min-height
:
calc
(
100%
-
30px
);
...
...
src/pages/Index.vue
View file @
3545f6b8
<
template
>
<div
class=
"home
"
>
<div
class=
"home
flex column"
style=
"height:calc(100vh - 101px);margin:0px !important"
>
<!--
<img
alt=
"Quasar logo"
src=
"~assets/quasar-logo-full.svg"
>
-->
<div
class=
"box"
v-if=
"AccountType==2 || ispower==true"
>
<div
style=
"margin: 0 auto;width: 130px;"
>
...
...
@@ -7,12 +7,11 @@
<el-tab-pane
:label=
"item.label"
:name=
"item.value"
:key=
"item.value"
v-for=
"(item, index) in options"
></el-tab-pane>
</el-tabs>
</div>
</div>
<div
v-if=
"model=='one'"
class=
"flex flex-center"
style=
"flex: 1;min-height: 750px"
>
<div
v-if=
"model=='one'"
class=
"flex flex-center
col
"
style=
"flex: 1;min-height: 750px"
>
<img
style=
"width:250px;"
alt=
"Quasar logo"
src=
"../assets/images/logo.png"
/>
</div>
<div
v-if=
"model=='two'"
style=
"height: 750px;overflow: auto"
>
<div
v-if=
"model=='two'"
class=
"col"
style=
"height: 750px;overflow: auto"
>
<teachplan></teachplan>
</div>
</div>
...
...
@@ -76,12 +75,12 @@
</
script
>
<
style
>
.home
.box
{
.home
bx
.box
{
width
:
100%
;
height
:
50px
;
}
.home
{
.home
bx
{
margin
:
0
;
}
::-webkit-scrollbar
{
...
...
src/pages/course/teacherLesson.vue
View file @
3545f6b8
...
...
@@ -207,13 +207,13 @@
{{
tMonth
}}
</div>
</div>
<div
class=
"Cal_List"
>
<div
class=
"Cal_List
flex
"
>
<div
class=
"Cal_Qiehuan"
@
click=
"getBeforeMonth()"
>
<div
class=
"Cal_Icon"
>
<i
class=
"el-icon-arrow-left"
></i></div>
<div>
上个月
</div>
</div>
<div
class=
"Cal_Content"
>
<div
class=
"Cal_Content
col
"
>
<div
class=
"Cal_Inner"
v-for=
"(item,index) in dataNum"
:class=
"
{'checkedPlan':ckedIndex==item}" @click="getItem(item)">
{{
item
}}
<div
class=
"beikeStatus beike1"
v-if=
"getLessonStatus(item)=='未备课'"
>
...
...
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