Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
cf5ce3a5
Commit
cf5ce3a5
authored
Jul 02, 2021
by
maolipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:样式修改。。。。。
parent
6ae29f73
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
src/core/page.less
+2
-0
src/modules/teach-tool/paper-manage/OperatePaper.jsx
+1
-2
src/modules/teach-tool/paper-manage/OperatePaper.less
+3
-0
No files found.
src/core/page.less
View file @
cf5ce3a5
...
...
@@ -12,6 +12,7 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
min-height: 100%;
overflow: hidden;
.page {
position: fixed;
top: 60px;
...
...
@@ -21,6 +22,7 @@
z-index: 102;
overflow: auto;
margin: 0 16px;
.box {
&:first-child {
margin-bottom: 8px;
...
...
src/modules/teach-tool/paper-manage/OperatePaper.jsx
View file @
cf5ce3a5
...
...
@@ -893,8 +893,7 @@ class OperatePaper extends Component {
)
}
<
XMTable
className=
"table-style"
scroll=
{
{
y
:
350
}
}
className=
'table-style'
columns=
{
this
.
parseColumns
()
}
dataSource=
{
selectQuestionList
}
pagination=
{
false
}
...
...
src/modules/teach-tool/paper-manage/OperatePaper.less
View file @
cf5ce3a5
...
...
@@ -6,6 +6,9 @@
}
.table-style {
border: 1px solid #f0f0f0 !important;
margin-bottom: 70px;
max-height: calc(~'100vh - 465px');
overflow: scroll;
}
.ant-tabs {
color: #666666;
...
...
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