style:背景颜色,默认返回页

This commit is contained in:
岳佳鑫
2022-10-20 16:53:21 +08:00
parent f0cc0a3c9d
commit ecbcc17087
2 changed files with 26 additions and 13 deletions

View File

@@ -75,11 +75,7 @@
<div
class="taskbox"
style="
background: linear-gradient(
180deg,
rgba(221, 234, 255, 1),
rgba(240, 248, 254, 1)
);
background: linear-gradient(180deg,#DDEAFF,#F0F8FE);
"
>
<div class="leftt">
@@ -100,11 +96,7 @@
class="taskbox"
@click="showModal"
style="
background: linear-gradient(
180deg,
rgba(229, 246, 236, 1),
rgba(238, 249, 243, 1)
);
background: linear-gradient(180deg,#E5F6EC,#EEF9F3);
"
>
<div class="leftt">
@@ -1426,7 +1418,7 @@ export default {
checked2: false,
checkedd: false, //设置按钮1
checkedd2: false, //设置按钮2
activeKey: "3",
activeKey: "1",
activeKey1: "8",
valueName: "", //排行榜输入姓名
valueDate: "", //排行榜输入日期
@@ -1792,6 +1784,13 @@ export default {
.ant-modal {
.ant-modal-body {
padding: 0;
.modalHeader {
background: linear-gradient(
0deg,
rgba(78, 166, 255, 0) 0%,
rgba(78, 166, 255, 0.2) 100%
);
}
.modalMain {
.projectname {
color: rgba(79, 81, 86, 1);