Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sass-admin
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
hqzhdj_app
sass-admin
Commits
cd31cb68
Commit
cd31cb68
authored
Feb 07, 2021
by
王阳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fulan
parent
d6056276
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
11 deletions
+15
-11
build/Ip.js
+1
-1
src/pages/Login/Style/login.less
+8
-4
src/pages/Login/imgages/loginleft1.jpg
+0
-0
src/pages/Login/imgages/logo1.png
+0
-0
src/pages/Login/index.jsx
+6
-6
No files found.
build/Ip.js
View file @
cd31cb68
...
@@ -17,7 +17,7 @@ const host = {
...
@@ -17,7 +17,7 @@ const host = {
BASE_URL
:
"http://dev.mg.kmelearning.com"
,
BASE_URL
:
"http://dev.mg.kmelearning.com"
,
},
},
sit
:
{
sit
:
{
BASE_URL
:
"https://
test.mg.kmelearning.com
"
,
BASE_URL
:
"https://
mg.fairyclass.cn/
"
,
},
},
uat
:
{
uat
:
{
BASE_URL
:
"https://uat.mg.kmelearning.com"
,
BASE_URL
:
"https://uat.mg.kmelearning.com"
,
...
...
src/pages/Login/Style/login.less
View file @
cd31cb68
...
@@ -57,8 +57,9 @@
...
@@ -57,8 +57,9 @@
.imgDiv{
.imgDiv{
position: relative;
position: relative;
left: 5px;
left: 5px;
top: 2px;
.contentImg{
.contentImg{
height: 3
10
px;
height: 3
05
px;
width: 300px;
width: 300px;
}
}
}
}
...
@@ -206,8 +207,9 @@
...
@@ -206,8 +207,9 @@
.imgDiv{
.imgDiv{
position: relative;
position: relative;
left: 5px;
left: 5px;
top: 2px;
.contentImg{
.contentImg{
height: 4
13
px;
height: 4
08
px;
width: 400px;
width: 400px;
}
}
}
}
...
@@ -355,8 +357,9 @@
...
@@ -355,8 +357,9 @@
.imgDiv{
.imgDiv{
position: relative;
position: relative;
left: 8px;
left: 8px;
top: 2px;
.contentImg{
.contentImg{
height: 4
64
px;
height: 4
59
px;
width: 450px;
width: 450px;
}
}
}
}
...
@@ -504,8 +507,9 @@
...
@@ -504,8 +507,9 @@
.imgDiv{
.imgDiv{
position: relative;
position: relative;
left: 8px;
left: 8px;
top: 2px;
.contentImg{
.contentImg{
height: 5
64
px;
height: 5
59
px;
width: 550px;
width: 550px;
}
}
}
}
...
...
src/pages/Login/imgages/loginleft1.jpg
0 → 100644
View file @
cd31cb68
57.6 KB
src/pages/Login/imgages/logo1.png
0 → 100644
View file @
cd31cb68
18.5 KB
src/pages/Login/index.jsx
View file @
cd31cb68
...
@@ -153,8 +153,8 @@ class Login extends React.Component {
...
@@ -153,8 +153,8 @@ class Login extends React.Component {
<
div
className=
{
style
.
left
}
>
<
div
className=
{
style
.
left
}
>
{
companySiteCode
===
shenWanHongYuanCode
?
null
:
(
{
companySiteCode
===
shenWanHongYuanCode
?
null
:
(
<
img
<
img
src=
{
require
(
"./imgages/logo.png"
)
}
src=
{
require
(
"./imgages/logo
1
.png"
)
}
style=
{
{
height
:
"30px"
,
width
:
"
1
2px"
,
marginRight
:
"13px"
}
}
style=
{
{
height
:
"30px"
,
width
:
"
9
2px"
,
marginRight
:
"13px"
}
}
/>
/>
)
}
)
}
企业学习平台管理后台
企业学习平台管理后台
...
@@ -169,7 +169,7 @@ class Login extends React.Component {
...
@@ -169,7 +169,7 @@ class Login extends React.Component {
<
div
>
<
div
>
<
div
className=
{
style
.
imgDiv
}
>
<
div
className=
{
style
.
imgDiv
}
>
<
img
<
img
src=
{
require
(
"./imgages/loginleft
.pn
g"
)
}
src=
{
require
(
"./imgages/loginleft
1.jp
g"
)
}
// style={{ height: "276px" }}
// style={{ height: "276px" }}
// style={{ height: "552px" }}
// style={{ height: "552px" }}
className=
{
style
.
contentImg
}
className=
{
style
.
contentImg
}
...
@@ -231,11 +231,11 @@ class Login extends React.Component {
...
@@ -231,11 +231,11 @@ class Login extends React.Component {
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
{
companySiteCode
===
shenWanHongYuanCode
?
null
:
(
<
div
className=
{
style
.
bottom
}
>
<
div
className=
{
style
.
bottom
}
>
版权所有
©上海易知信息科技股份有限公司 备案号:沪ICP备11001012号
版权所有
上海复深蓝软件股份有限公司 备案号:沪ICP备11042121号-1
</
div
>
</
div
>
)
}
</
div
>
</
div
>
);
);
}
}
...
...
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