修改界面

master
夜笙歌 3 years ago
parent d30b791636
commit 9d9989eb44

@ -51,9 +51,10 @@ body.signin {
/*}*/
.signinpanel {
width: 750px;
margin: 10% auto 0;
color: rgba(255, 255, 255, .95)
width: 19vw;
margin: 23% 79% 0;
transform: translate(-50%,-50%);
color: rgba(255, 255, 255, .95);
}
.signinpanel .logopanel {

@ -2242,29 +2242,6 @@ const multipleBrokenLineAreaDiagramTwo = (data, ids) => {
width: 1,
},
},
areaStyle: {
normal: {
color: new echarts.graphic.LinearGradient(
0,
0,
0,
1,
[
{
offset: 0,
color: "rgba(137, 189, 27, 0.6)",
},
{
offset: 0.8,
color: "rgba(137, 189, 27, 0.2)",
},
],
false
),
shadowColor: "rgba(0, 0, 0, 0.1)",
shadowBlur: 10,
},
},
itemStyle: {
normal: {
color: "rgb(137,189,27)",
@ -2295,29 +2272,6 @@ const multipleBrokenLineAreaDiagramTwo = (data, ids) => {
width: 1,
},
},
areaStyle: {
normal: {
color: new echarts.graphic.LinearGradient(
0,
0,
0,
1,
[
{
offset: 0,
color: "rgba(0, 136, 212, 0.6)",
},
{
offset: 0.8,
color: "rgba(0, 136, 212, 0.2)",
},
],
false
),
shadowColor: "rgba(0, 0, 0, 0.1)",
shadowBlur: 10,
},
},
itemStyle: {
normal: {
color: "rgb(0,136,212)",
@ -2348,29 +2302,6 @@ const multipleBrokenLineAreaDiagramTwo = (data, ids) => {
width: 1,
},
},
areaStyle: {
normal: {
color: new echarts.graphic.LinearGradient(
0,
0,
0,
1,
[
{
offset: 0,
color: "rgba(219, 50, 51, 0.6)",
},
{
offset: 0.8,
color: "rgba(219, 50, 51, 0.2)",
},
],
false
),
shadowColor: "rgba(0, 0, 0, 0.1)",
shadowBlur: 10,
},
},
itemStyle: {
normal: {
color: "rgb(219,50,51)",
@ -2401,29 +2332,6 @@ const multipleBrokenLineAreaDiagramTwo = (data, ids) => {
width: 1,
},
},
areaStyle: {
normal: {
color: new echarts.graphic.LinearGradient(
0,
0,
0,
1,
[
{
offset: 0,
color: "rgba(0, 136, 212, 0.6)",
},
{
offset: 0.8,
color: "rgba(0, 136, 212, 0.2)",
},
],
false
),
shadowColor: "rgba(0, 0, 0, 0.1)",
shadowBlur: 10,
},
},
itemStyle: {
normal: {
color: "rgb(0,136,212)",
@ -2454,29 +2362,6 @@ const multipleBrokenLineAreaDiagramTwo = (data, ids) => {
width: 1,
},
},
areaStyle: {
normal: {
color: new echarts.graphic.LinearGradient(
0,
0,
0,
1,
[
{
offset: 0,
color: "rgba(219, 50, 51, 0.6)",
},
{
offset: 0.8,
color: "rgba(219, 50, 51, 0.2)",
},
],
false
),
shadowColor: "rgba(0, 0, 0, 0.1)",
shadowBlur: 10,
},
},
itemStyle: {
normal: {
color: "rgb(219,50,51)",

@ -40,7 +40,7 @@
<strong th:if="${isAllowRegister}">还没有账号? <a th:href="@{/register}">立即注册&raquo;</a></strong>
</div>
</div>-->
<div class="col-sm-5">
<div >
<form id="signupForm" autocomplete="off">
<h4 class="no-margins">登录:</h4>
<p class="m-t-md">后台管理系统</p>

@ -47,7 +47,7 @@
<div class="container-fluid" id="signin-form-container">
<div class="signinpanel">
<div class="row ">
<div class="col-sm-5 ">
<div >
<div class="signin-info">
<!-- <div class="logopanel m-b">-->
<!-- <h1><img alt="[ 若依 ]" src="../static/ruoyi.png" th:src="@{/ruoyi.png}"></h1>-->
@ -64,7 +64,7 @@
<strong th:if="${isAllowRegister}">还没有账号? <a th:href="@{/register}">立即注册&raquo;</a></strong>-->
</div>
</div>
<div class="col-sm-5">
<div>
<form id="signupForm" autocomplete="off">
<h4 class="no-margins">登录:</h4>
<!-- <p class="m-t-md">你若不离不弃,我必生死相依</p>-->

Loading…
Cancel
Save