Commit a008b551 authored by 周宏民's avatar 周宏民

style: 引导页样式修改

parent ff5df704
Pipeline #89625 waiting for manual action with stages
......@@ -37,7 +37,7 @@
.r_list_item[type='jump']:hover {
// bottom: -8px;
filter: brightness(160%)
filter: brightness(130%)
}
.r_list_item[type='jump']:hover .r_list_item_tip {
......@@ -59,6 +59,7 @@
position: relative;
left: 0;
transition: all 0.3s;
filter: brightness(90%)
}
.r_list_item[type='jump'] {
......
......@@ -140,7 +140,7 @@ const Demonstration = props => {
jumpProgressEnd();
setTimeout(() => {
setJumpLoading(false);
}, 200);
}, 100);
} else if (data?.type === 'loginError') {
message.warning('登录失败,请联系管理人员');
handError();
......
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