Commit cd31cb68 by 王阳

fulan

parent d6056276
......@@ -17,7 +17,7 @@ const host = {
BASE_URL: "http://dev.mg.kmelearning.com",
},
sit: {
BASE_URL: "https://test.mg.kmelearning.com",
BASE_URL: "https://mg.fairyclass.cn/",
},
uat: {
BASE_URL: "https://uat.mg.kmelearning.com",
......
......@@ -57,8 +57,9 @@
.imgDiv{
position: relative;
left: 5px;
top: 2px;
.contentImg{
height: 310px;
height: 305px;
width: 300px;
}
}
......@@ -206,8 +207,9 @@
.imgDiv{
position: relative;
left: 5px;
top: 2px;
.contentImg{
height: 413px;
height: 408px;
width: 400px;
}
}
......@@ -355,8 +357,9 @@
.imgDiv{
position: relative;
left: 8px;
top: 2px;
.contentImg{
height: 464px;
height: 459px;
width: 450px;
}
}
......@@ -504,8 +507,9 @@
.imgDiv{
position: relative;
left: 8px;
top: 2px;
.contentImg{
height: 564px;
height: 559px;
width: 550px;
}
}
......
......@@ -153,8 +153,8 @@ class Login extends React.Component {
<div className={style.left}>
{companySiteCode === shenWanHongYuanCode ? null : (
<img
src={require("./imgages/logo.png")}
style={{ height: "30px", width: "12px", marginRight: "13px" }}
src={require("./imgages/logo1.png")}
style={{ height: "30px", width: "92px", marginRight: "13px" }}
/>
)}
企业学习平台管理后台
......@@ -169,7 +169,7 @@ class Login extends React.Component {
<div>
<div className={style.imgDiv}>
<img
src={require("./imgages/loginleft.png")}
src={require("./imgages/loginleft1.jpg")}
// style={{ height: "276px" }}
// style={{ height: "552px" }}
className={style.contentImg}
......@@ -231,11 +231,11 @@ class Login extends React.Component {
</div>
</div>
</div>
{companySiteCode === shenWanHongYuanCode ? null : (
<div className={style.bottom}>
版权所有 ©上海易知信息科技股份有限公司 备案号:沪ICP备11001012号
版权所有 上海复深蓝软件股份有限公司 备案号:沪ICP备11042121号-1
</div>
)}
</div>
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment