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
70818e10
Commit
70818e10
authored
Oct 24, 2019
by
wangxuelai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'最新代码提交'
parent
2635a093
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
4 deletions
+6
-4
index.js
src/index.js
+1
-1
index.less
src/index.less
+1
-0
reboot.less
src/less/reboot.less
+1
-1
drawimg.js
src/pages/clockmgt/drawimg.js
+1
-1
index.js
src/pages/institutions/index.js
+1
-1
index.less
src/pages/institutions/index.less
+1
-0
No files found.
src/index.js
View file @
70818e10
import
dva
from
'dva'
;
import
createLoading
from
'dva-loading'
;
import
'antd/dist/antd.less'
;
import
'./index.less'
;
import
'antd/dist/antd.less'
;
// eslint-disable-line
import
models
from
'./models/index'
;
// 1. Initialize
const
app
=
dva
();
...
...
src/index.less
View file @
70818e10
@import './less/variables.less';
@import './less/reboot.less';
html, body, :global(#root) {
height: 100%;
min-height: 500px;
...
...
src/less/reboot.less
View file @
70818e10
...
...
@@ -19,7 +19,7 @@ html {
overflow: auto;
}
body {
//
font-size: inherit;
font-size: inherit;
font-family: @font-family;
line-height: @line-height;
...
...
src/pages/clockmgt/drawimg.js
View file @
70818e10
...
...
@@ -1288,7 +1288,7 @@ class DrawImg extends React.Component {
<
/div
>
<
div
className
=
{
pageStyle
.
imagegallery
}
>
{
batchCommentImgObj
.
map
(
ele
=>
(
<
div
onClick
=
{()
=>
this
.
chooseImg
(
ele
)}
className
=
{
`
${
pageStyle
.
imageitembox
}
${
currentDrawImage
==
ele
.
copysrc
?
pageStyle
.
imageitemboxselecter
:
''
}
`
}
>
<
div
key
=
{
ele
.
src
}
onClick
=
{()
=>
this
.
chooseImg
(
ele
)}
className
=
{
`
${
pageStyle
.
imageitembox
}
${
currentDrawImage
==
ele
.
copysrc
?
pageStyle
.
imageitemboxselecter
:
''
}
`
}
>
<
img
className
=
{
pageStyle
.
imageitem
}
alt
=
{
ele
.
copysrc
}
src
=
{
imagify
(
ele
.
copysrc
)}
/
>
<
/div
>
))}
...
...
src/pages/institutions/index.js
View file @
70818e10
...
...
@@ -49,7 +49,7 @@ class Institutions extends React.Component {
<
div
className
=
{
pageStyles
.
rowinfotitle
}
>
机构位置:
<
/div
>
<
div
className
=
{
pageStyles
.
rowinfo
}
>
{
schoolDetail
.
location_address
}
<
/div
>
<
/div
>
<
div
className
=
{
pageStyles
.
rowline
}
gutter
=
{
32
}
>
<
div
className
=
{
pageStyles
.
rowline
}
style
=
{{
alignItems
:
'flex-start'
}}
gutter
=
{
32
}
>
<
div
className
=
{
pageStyles
.
rowinfotitle
}
>
科目类别:
<
/div
>
<
div
className
=
{
`
${
pageStyles
.
rowinfo
}
${
pageStyles
.
categorybox
}
`
}
>
{
schoolDetail
.
category
&&
schoolDetail
.
category
.
length
>
0
&&
categorys
.
map
((
ele
)
=>
{
...
...
src/pages/institutions/index.less
View file @
70818e10
...
...
@@ -52,6 +52,7 @@
font-size: 12px;
text-align: center;
margin-right: 12px;
margin-bottom: 10px;
}
}
}
\ No newline at end of file
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