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
406966ea
Commit
406966ea
authored
Nov 13, 2019
by
baixian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据中心1111
parent
f04e18e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
index.js
src/pages/datacenter/index.js
+6
-2
index.less
src/pages/datacenter/index.less
+9
-1
No files found.
src/pages/datacenter/index.js
View file @
406966ea
...
...
@@ -490,7 +490,7 @@ class DataCenterForm extends React.Component {
<
/div
>
<
div
className
=
{
pageStyle
.
middleBox
}
>
<
Row
gutter
=
{
30
}
>
<
Col
xs
=
{{
span
:
24
}}
sm
=
{{
span
:
8
}}
lg
=
{{
span
:
8
}}
md
=
{{
span
:
8
}}
>
<
Col
xs
=
{{
span
:
24
}}
sm
=
{{
span
:
24
}}
lg
=
{{
span
:
8
}}
md
=
{{
span
:
24
}}
>
<
div
className
=
{
pageStyle
.
staticLeft
}
>
<
div
className
=
{
pageStyle
.
staticItem
}
>
<
div
className
=
{
pageStyle
.
staticTitle
}
>
...
...
@@ -522,7 +522,7 @@ class DataCenterForm extends React.Component {
<
/div
>
<
/div
>
<
/Col
>
<
Col
xs
=
{{
span
:
24
}}
sm
=
{{
span
:
16
}}
lg
=
{{
span
:
16
}}
md
=
{{
span
:
16
}}
>
<
Col
xs
=
{{
span
:
24
}}
sm
=
{{
span
:
24
}}
lg
=
{{
span
:
16
}}
md
=
{{
span
:
24
}}
>
<
div
className
=
{
pageStyle
.
staticRight
}
>
<
div
className
=
{
pageStyle
.
staticItem
}
>
<
div
className
=
{
pageStyle
.
staticTitle
}
>
...
...
@@ -581,6 +581,7 @@ class DataCenterForm extends React.Component {
dataSource
=
{
customerList
}
columns
=
{
studentClueColumns
}
pagination
=
{
false
}
scroll
=
{{
x
:
'max-content'
}}
footer
=
{()
=>
(
customerList
.
length
>
0
&&
<
div
className
=
"tablefooterbox"
>
...
...
@@ -605,6 +606,7 @@ class DataCenterForm extends React.Component {
dataSource
=
{
studentList
}
columns
=
{
studentUpColumns
}
pagination
=
{
false
}
scroll
=
{{
x
:
'max-content'
}}
footer
=
{()
=>
(
studentList
.
length
>
0
&&
<
div
className
=
"tablefooterbox"
>
...
...
@@ -633,6 +635,7 @@ class DataCenterForm extends React.Component {
dataSource
=
{
teacherList
}
columns
=
{
teacherUpColumns
}
pagination
=
{
false
}
scroll
=
{{
x
:
'max-content'
}}
footer
=
{()
=>
(
teacherList
.
length
>
0
&&
<
div
className
=
"tablefooterbox"
>
...
...
@@ -657,6 +660,7 @@ class DataCenterForm extends React.Component {
dataSource
=
{
classList
}
columns
=
{
classUpColumns
}
pagination
=
{
false
}
scroll
=
{{
x
:
'max-content'
}}
footer
=
{()
=>
(
classList
.
length
>
0
&&
<
div
className
=
"tablefooterbox"
>
...
...
src/pages/datacenter/index.less
View file @
406966ea
...
...
@@ -19,7 +19,7 @@
.staticItem {
background-color: #fff;
padding: 15px 30px;
height: 90px;
//
height: 90px;
}
.staticLeft {
display: flex;
...
...
@@ -123,3 +123,11 @@
cursor: pointer;
}
}
@media (max-width: 510px) {
.staticLeft {
border-bottom: 1px solid #E9E9E9;
}
.rangePicker {
margin-bottom: 15px;
}
}
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