Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
biz.qingxiao.com
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
wangxuelai
biz.qingxiao.com
Commits
4dbce1d0
Commit
4dbce1d0
authored
Aug 29, 2019
by
wangxuelai
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/bww-develop'
parents
7e293eb4
a958b9d4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
5 deletions
+29
-5
index.less
src/pages/course/index.less
+9
-1
index.less
src/pages/student/index.less
+8
-0
index.less
src/pages/teacher/index.less
+12
-4
No files found.
src/pages/course/index.less
View file @
4dbce1d0
...
...
@@ -126,4 +126,12 @@
height: 19px;
border-radius: 50%;
}
}
\ No newline at end of file
}
@media (max-width: 750px) {
.headerbox {
padding-left: 16px;
}
.tablebox {
padding: 16px 10px 0;
}
}
src/pages/student/index.less
View file @
4dbce1d0
...
...
@@ -168,6 +168,14 @@
float: left;
}
}
@media (max-width: 750px) {
.title {
padding-left: 16px;
}
.tablebox {
padding: 24px 10px 0;
}
}
@media (max-width: 510px) {
#headerself {
margin-top: 15px;
...
...
src/pages/teacher/index.less
View file @
4dbce1d0
...
...
@@ -51,8 +51,8 @@
}
.tableoperatebox {
min-width: 160px;
line-height: 30px;
}
line-height: 30px;
}
.formitemlabel {
color: #000000;
font-size: 14px;
...
...
@@ -80,7 +80,7 @@
.name{
// margin: 10px 0;
span{
}
}
.textArea{
...
...
@@ -125,4 +125,12 @@
position: absolute;
right: 0;
bottom: 0;
}
\ No newline at end of file
}
@media (max-width: 750px) {
.title {
padding-left: 16px;
}
.tablebox {
padding: 0;
}
}
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