|
|
@@ -3,8 +3,8 @@
|
|
|
<div class="screen-shell">
|
|
|
<div class="screen-toolbar">
|
|
|
<div class="screen-title">
|
|
|
- <span>MES生产运营驾驶舱</span>
|
|
|
- <em>Manufacturing Execution Dashboard</em>
|
|
|
+ <span>首页</span>
|
|
|
+ <!-- <em>Manufacturing Execution Dashboard</em> -->
|
|
|
</div>
|
|
|
<div class="screen-filters">
|
|
|
<el-radio-group
|
|
|
@@ -408,9 +408,16 @@
|
|
|
box-sizing: border-box;
|
|
|
overflow: hidden;
|
|
|
color: #d9f7ff;
|
|
|
- background:
|
|
|
- linear-gradient(90deg, rgba(56, 189, 248, 0.11) 0 1px, transparent 1px 100%),
|
|
|
- linear-gradient(180deg, rgba(56, 189, 248, 0.08) 0 1px, transparent 1px 100%),
|
|
|
+ background: linear-gradient(
|
|
|
+ 90deg,
|
|
|
+ rgba(56, 189, 248, 0.11) 0 1px,
|
|
|
+ transparent 1px 100%
|
|
|
+ ),
|
|
|
+ linear-gradient(
|
|
|
+ 180deg,
|
|
|
+ rgba(56, 189, 248, 0.08) 0 1px,
|
|
|
+ transparent 1px 100%
|
|
|
+ ),
|
|
|
linear-gradient(118deg, rgba(13, 148, 136, 0.1) 0%, transparent 34%),
|
|
|
linear-gradient(242deg, rgba(14, 165, 233, 0.08) 0%, transparent 36%),
|
|
|
linear-gradient(180deg, #061422 0%, #06101d 46%, #030914 100%);
|
|
|
@@ -424,11 +431,24 @@
|
|
|
position: absolute;
|
|
|
inset: 0;
|
|
|
pointer-events: none;
|
|
|
- background-image:
|
|
|
- linear-gradient(115deg, transparent 0 42%, rgba(103, 232, 249, 0.08) 42% 42.4%, transparent 42.4% 100%),
|
|
|
- linear-gradient(245deg, transparent 0 58%, rgba(16, 185, 129, 0.06) 58% 58.4%, transparent 58.4% 100%);
|
|
|
+ background-image: linear-gradient(
|
|
|
+ 115deg,
|
|
|
+ transparent 0 42%,
|
|
|
+ rgba(103, 232, 249, 0.08) 42% 42.4%,
|
|
|
+ transparent 42.4% 100%
|
|
|
+ ),
|
|
|
+ linear-gradient(
|
|
|
+ 245deg,
|
|
|
+ transparent 0 58%,
|
|
|
+ rgba(16, 185, 129, 0.06) 58% 58.4%,
|
|
|
+ transparent 58.4% 100%
|
|
|
+ );
|
|
|
background-size: 420px 220px, 460px 240px;
|
|
|
- mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 94%);
|
|
|
+ mask-image: linear-gradient(
|
|
|
+ to bottom,
|
|
|
+ rgba(0, 0, 0, 0.9),
|
|
|
+ transparent 94%
|
|
|
+ );
|
|
|
}
|
|
|
|
|
|
&::after {
|
|
|
@@ -465,7 +485,12 @@
|
|
|
right: 20px;
|
|
|
height: 1px;
|
|
|
pointer-events: none;
|
|
|
- background: linear-gradient(90deg, transparent, rgba(103, 232, 249, 0.42), transparent);
|
|
|
+ background: linear-gradient(
|
|
|
+ 90deg,
|
|
|
+ transparent,
|
|
|
+ rgba(103, 232, 249, 0.42),
|
|
|
+ transparent
|
|
|
+ );
|
|
|
}
|
|
|
|
|
|
&::before {
|
|
|
@@ -488,14 +513,16 @@
|
|
|
padding: 14px 22px;
|
|
|
border: 1px solid rgba(103, 232, 249, 0.3);
|
|
|
border-radius: 7px;
|
|
|
- background:
|
|
|
- linear-gradient(90deg, rgba(8, 47, 73, 0.84), rgba(5, 15, 28, 0.7) 58%, rgba(7, 30, 48, 0.82)),
|
|
|
+ background: linear-gradient(
|
|
|
+ 90deg,
|
|
|
+ rgba(8, 47, 73, 0.84),
|
|
|
+ rgba(5, 15, 28, 0.7) 58%,
|
|
|
+ rgba(7, 30, 48, 0.82)
|
|
|
+ ),
|
|
|
linear-gradient(180deg, rgba(103, 232, 249, 0.13), transparent 62%);
|
|
|
- box-shadow:
|
|
|
- inset 0 1px 0 rgba(236, 254, 255, 0.16),
|
|
|
+ box-shadow: inset 0 1px 0 rgba(236, 254, 255, 0.16),
|
|
|
inset 0 -1px 0 rgba(56, 189, 248, 0.22),
|
|
|
- inset 0 0 34px rgba(14, 165, 233, 0.13),
|
|
|
- 0 16px 32px rgba(0, 0, 0, 0.26);
|
|
|
+ inset 0 0 34px rgba(14, 165, 233, 0.13), 0 16px 32px rgba(0, 0, 0, 0.26);
|
|
|
|
|
|
&::before {
|
|
|
content: '';
|
|
|
@@ -504,7 +531,13 @@
|
|
|
right: 18px;
|
|
|
bottom: 0;
|
|
|
height: 2px;
|
|
|
- background: linear-gradient(90deg, transparent, rgba(103, 232, 249, 0.72), rgba(16, 185, 129, 0.42), transparent);
|
|
|
+ background: linear-gradient(
|
|
|
+ 90deg,
|
|
|
+ transparent,
|
|
|
+ rgba(103, 232, 249, 0.72),
|
|
|
+ rgba(16, 185, 129, 0.42),
|
|
|
+ transparent
|
|
|
+ );
|
|
|
opacity: 0.78;
|
|
|
}
|
|
|
|
|
|
@@ -515,9 +548,16 @@
|
|
|
top: 0;
|
|
|
width: 36%;
|
|
|
height: 100%;
|
|
|
- background:
|
|
|
- linear-gradient(100deg, rgba(103, 232, 249, 0.16), transparent 58%),
|
|
|
- repeating-linear-gradient(90deg, rgba(125, 211, 252, 0.08) 0 1px, transparent 1px 22px);
|
|
|
+ background: linear-gradient(
|
|
|
+ 100deg,
|
|
|
+ rgba(103, 232, 249, 0.16),
|
|
|
+ transparent 58%
|
|
|
+ ),
|
|
|
+ repeating-linear-gradient(
|
|
|
+ 90deg,
|
|
|
+ rgba(125, 211, 252, 0.08) 0 1px,
|
|
|
+ transparent 1px 22px
|
|
|
+ );
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
}
|
|
|
@@ -538,8 +578,7 @@
|
|
|
font-weight: 700;
|
|
|
letter-spacing: 0;
|
|
|
color: #f5fdff;
|
|
|
- text-shadow:
|
|
|
- 0 0 14px rgba(34, 211, 238, 0.54),
|
|
|
+ text-shadow: 0 0 14px rgba(34, 211, 238, 0.54),
|
|
|
0 0 28px rgba(14, 165, 233, 0.22);
|
|
|
|
|
|
&::before {
|
|
|
@@ -547,9 +586,13 @@
|
|
|
width: 8px;
|
|
|
height: 32px;
|
|
|
border-radius: 1px;
|
|
|
- background: linear-gradient(180deg, #67e8f9 0%, #22d3ee 48%, #0ea5e9 100%);
|
|
|
- box-shadow:
|
|
|
- 0 0 12px rgba(34, 211, 238, 0.9),
|
|
|
+ background: linear-gradient(
|
|
|
+ 180deg,
|
|
|
+ #67e8f9 0%,
|
|
|
+ #22d3ee 48%,
|
|
|
+ #0ea5e9 100%
|
|
|
+ );
|
|
|
+ box-shadow: 0 0 12px rgba(34, 211, 238, 0.9),
|
|
|
10px 0 24px rgba(14, 165, 233, 0.22);
|
|
|
}
|
|
|
}
|
|
|
@@ -574,13 +617,18 @@
|
|
|
padding: 5px;
|
|
|
border: 1px solid rgba(56, 189, 248, 0.26);
|
|
|
border-radius: 7px;
|
|
|
- background:
|
|
|
- linear-gradient(180deg, rgba(6, 18, 32, 0.82), rgba(2, 8, 17, 0.8)),
|
|
|
- repeating-linear-gradient(90deg, rgba(56, 189, 248, 0.035) 0 1px, transparent 1px 26px);
|
|
|
- box-shadow:
|
|
|
- inset 0 1px 0 rgba(165, 243, 252, 0.1),
|
|
|
- inset 0 0 18px rgba(14, 165, 233, 0.12),
|
|
|
- 0 0 20px rgba(14, 165, 233, 0.1);
|
|
|
+ background: linear-gradient(
|
|
|
+ 180deg,
|
|
|
+ rgba(6, 18, 32, 0.82),
|
|
|
+ rgba(2, 8, 17, 0.8)
|
|
|
+ ),
|
|
|
+ repeating-linear-gradient(
|
|
|
+ 90deg,
|
|
|
+ rgba(56, 189, 248, 0.035) 0 1px,
|
|
|
+ transparent 1px 26px
|
|
|
+ );
|
|
|
+ box-shadow: inset 0 1px 0 rgba(165, 243, 252, 0.1),
|
|
|
+ inset 0 0 18px rgba(14, 165, 233, 0.12), 0 0 20px rgba(14, 165, 233, 0.1);
|
|
|
}
|
|
|
|
|
|
.mode-tabs {
|
|
|
@@ -599,8 +647,7 @@
|
|
|
color: #06131f;
|
|
|
border-color: #22d3ee;
|
|
|
background: linear-gradient(135deg, #67e8f9, #38bdf8);
|
|
|
- box-shadow:
|
|
|
- inset 0 1px 0 rgba(236, 254, 255, 0.36),
|
|
|
+ box-shadow: inset 0 1px 0 rgba(236, 254, 255, 0.36),
|
|
|
0 0 18px rgba(56, 189, 248, 0.42);
|
|
|
}
|
|
|
}
|
|
|
@@ -632,8 +679,7 @@
|
|
|
color: #e0f7ff;
|
|
|
border-color: rgba(56, 189, 248, 0.32);
|
|
|
background: rgba(3, 12, 24, 0.86);
|
|
|
- box-shadow:
|
|
|
- inset 0 1px 0 rgba(125, 211, 252, 0.08),
|
|
|
+ box-shadow: inset 0 1px 0 rgba(125, 211, 252, 0.08),
|
|
|
inset 0 0 12px rgba(14, 165, 233, 0.08);
|
|
|
}
|
|
|
|
|
|
@@ -693,8 +739,11 @@
|
|
|
border: 1px solid rgba(103, 232, 249, 0.34);
|
|
|
border-radius: 7px;
|
|
|
color: #7dd3fc;
|
|
|
- background:
|
|
|
- linear-gradient(150deg, rgba(14, 116, 144, 0.34), rgba(5, 13, 25, 0.94) 62%),
|
|
|
+ background: linear-gradient(
|
|
|
+ 150deg,
|
|
|
+ rgba(14, 116, 144, 0.34),
|
|
|
+ rgba(5, 13, 25, 0.94) 62%
|
|
|
+ ),
|
|
|
linear-gradient(90deg, rgba(34, 211, 238, 0.14), transparent 55%),
|
|
|
repeating-linear-gradient(
|
|
|
135deg,
|
|
|
@@ -703,12 +752,11 @@
|
|
|
transparent 1px,
|
|
|
transparent 26px
|
|
|
);
|
|
|
- box-shadow:
|
|
|
- inset 0 1px 0 rgba(236, 254, 255, 0.12),
|
|
|
+ box-shadow: inset 0 1px 0 rgba(236, 254, 255, 0.12),
|
|
|
inset 0 -1px 0 rgba(34, 211, 238, 0.12),
|
|
|
- inset 0 0 28px rgba(34, 211, 238, 0.08),
|
|
|
- 0 14px 26px rgba(0, 0, 0, 0.24);
|
|
|
- transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
|
|
|
+ inset 0 0 28px rgba(34, 211, 238, 0.08), 0 14px 26px rgba(0, 0, 0, 0.24);
|
|
|
+ transition: border-color 0.2s ease, box-shadow 0.2s ease,
|
|
|
+ transform 0.2s ease;
|
|
|
|
|
|
&::before,
|
|
|
&::after {
|
|
|
@@ -719,10 +767,16 @@
|
|
|
|
|
|
&::before {
|
|
|
inset: 0;
|
|
|
- background:
|
|
|
- linear-gradient(90deg, rgba(103, 232, 249, 0.9), transparent 44%) left top / 100% 3px no-repeat,
|
|
|
- linear-gradient(180deg, rgba(103, 232, 249, 0.52), transparent 50%) left top / 1px 100% no-repeat,
|
|
|
- linear-gradient(90deg, rgba(103, 232, 249, 0.16), transparent 50%) left bottom / 100% 1px no-repeat;
|
|
|
+ background: linear-gradient(
|
|
|
+ 90deg,
|
|
|
+ rgba(103, 232, 249, 0.9),
|
|
|
+ transparent 44%
|
|
|
+ )
|
|
|
+ left top / 100% 3px no-repeat,
|
|
|
+ linear-gradient(180deg, rgba(103, 232, 249, 0.52), transparent 50%) left
|
|
|
+ top / 1px 100% no-repeat,
|
|
|
+ linear-gradient(90deg, rgba(103, 232, 249, 0.16), transparent 50%) left
|
|
|
+ bottom / 100% 1px no-repeat;
|
|
|
opacity: 0.82;
|
|
|
}
|
|
|
|
|
|
@@ -733,17 +787,18 @@
|
|
|
bottom: -36px;
|
|
|
border: 1px solid rgba(125, 211, 252, 0.22);
|
|
|
transform: rotate(45deg);
|
|
|
- background:
|
|
|
- linear-gradient(135deg, rgba(14, 165, 233, 0.18), rgba(13, 148, 136, 0.04));
|
|
|
+ background: linear-gradient(
|
|
|
+ 135deg,
|
|
|
+ rgba(14, 165, 233, 0.18),
|
|
|
+ rgba(13, 148, 136, 0.04)
|
|
|
+ );
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.metric-card:hover {
|
|
|
border-color: rgba(103, 232, 249, 0.62);
|
|
|
- box-shadow:
|
|
|
- inset 0 1px 0 rgba(165, 243, 252, 0.16),
|
|
|
- inset 0 0 34px rgba(34, 211, 238, 0.13),
|
|
|
- 0 16px 32px rgba(0, 0, 0, 0.3),
|
|
|
+ box-shadow: inset 0 1px 0 rgba(165, 243, 252, 0.16),
|
|
|
+ inset 0 0 34px rgba(34, 211, 238, 0.13), 0 16px 32px rgba(0, 0, 0, 0.3),
|
|
|
0 0 22px rgba(14, 165, 233, 0.18);
|
|
|
transform: translateY(-1px);
|
|
|
}
|
|
|
@@ -751,8 +806,11 @@
|
|
|
.metric-card-3 {
|
|
|
color: #fb7185 !important;
|
|
|
border-color: rgba(251, 113, 133, 0.42);
|
|
|
- background:
|
|
|
- linear-gradient(150deg, rgba(190, 18, 60, 0.28), rgba(5, 13, 25, 0.94) 62%),
|
|
|
+ background: linear-gradient(
|
|
|
+ 150deg,
|
|
|
+ rgba(190, 18, 60, 0.28),
|
|
|
+ rgba(5, 13, 25, 0.94) 62%
|
|
|
+ ),
|
|
|
linear-gradient(90deg, rgba(251, 113, 133, 0.15), transparent 55%);
|
|
|
|
|
|
&::before {
|
|
|
@@ -762,8 +820,7 @@
|
|
|
|
|
|
.metric-card-3 .metric-value {
|
|
|
color: #ff7890;
|
|
|
- text-shadow:
|
|
|
- 0 0 10px rgba(251, 113, 133, 0.85),
|
|
|
+ text-shadow: 0 0 10px rgba(251, 113, 133, 0.85),
|
|
|
0 0 22px rgba(251, 113, 133, 0.38);
|
|
|
}
|
|
|
|
|
|
@@ -776,11 +833,13 @@
|
|
|
justify-content: center;
|
|
|
border: 1px solid rgba(125, 211, 252, 0.12);
|
|
|
border-radius: 7px;
|
|
|
- background:
|
|
|
- linear-gradient(135deg, rgba(10, 28, 46, 0.92), rgba(14, 116, 144, 0.2)),
|
|
|
+ background: linear-gradient(
|
|
|
+ 135deg,
|
|
|
+ rgba(10, 28, 46, 0.92),
|
|
|
+ rgba(14, 116, 144, 0.2)
|
|
|
+ ),
|
|
|
linear-gradient(180deg, rgba(103, 232, 249, 0.08), transparent);
|
|
|
- box-shadow:
|
|
|
- inset 0 0 18px rgba(103, 232, 249, 0.14),
|
|
|
+ box-shadow: inset 0 0 18px rgba(103, 232, 249, 0.14),
|
|
|
0 0 18px rgba(14, 165, 233, 0.14);
|
|
|
|
|
|
img {
|
|
|
@@ -846,8 +905,7 @@
|
|
|
overflow: visible;
|
|
|
text-overflow: clip;
|
|
|
font-variant-numeric: tabular-nums;
|
|
|
- text-shadow:
|
|
|
- 0 0 10px rgba(56, 189, 248, 0.85),
|
|
|
+ text-shadow: 0 0 10px rgba(56, 189, 248, 0.85),
|
|
|
0 0 22px rgba(56, 189, 248, 0.35);
|
|
|
|
|
|
span {
|
|
|
@@ -864,15 +922,20 @@
|
|
|
border: 1px solid rgba(56, 189, 248, 0.28);
|
|
|
border-radius: 7px;
|
|
|
color: #d9f7ff;
|
|
|
- background:
|
|
|
- linear-gradient(180deg, rgba(10, 34, 56, 0.9), rgba(4, 13, 25, 0.94)),
|
|
|
+ background: linear-gradient(
|
|
|
+ 180deg,
|
|
|
+ rgba(10, 34, 56, 0.9),
|
|
|
+ rgba(4, 13, 25, 0.94)
|
|
|
+ ),
|
|
|
linear-gradient(135deg, rgba(34, 211, 238, 0.1), transparent 42%),
|
|
|
- repeating-linear-gradient(90deg, rgba(125, 211, 252, 0.02) 0 1px, transparent 1px 52px);
|
|
|
- box-shadow:
|
|
|
- inset 0 1px 0 rgba(236, 254, 255, 0.1),
|
|
|
+ repeating-linear-gradient(
|
|
|
+ 90deg,
|
|
|
+ rgba(125, 211, 252, 0.02) 0 1px,
|
|
|
+ transparent 1px 52px
|
|
|
+ );
|
|
|
+ box-shadow: inset 0 1px 0 rgba(236, 254, 255, 0.1),
|
|
|
inset 0 -1px 0 rgba(56, 189, 248, 0.12),
|
|
|
- inset 0 0 28px rgba(14, 165, 233, 0.09),
|
|
|
- 0 16px 34px rgba(0, 0, 0, 0.26);
|
|
|
+ inset 0 0 28px rgba(14, 165, 233, 0.09), 0 16px 34px rgba(0, 0, 0, 0.26);
|
|
|
|
|
|
&::before {
|
|
|
content: '';
|
|
|
@@ -880,11 +943,18 @@
|
|
|
inset: 0;
|
|
|
pointer-events: none;
|
|
|
border-radius: inherit;
|
|
|
- background:
|
|
|
- linear-gradient(90deg, rgba(103, 232, 249, 0.72), transparent 88px) left top / 148px 1px no-repeat,
|
|
|
- linear-gradient(180deg, rgba(103, 232, 249, 0.52), transparent 64px) left top / 1px 100px no-repeat,
|
|
|
- linear-gradient(270deg, rgba(103, 232, 249, 0.46), transparent 88px) right bottom / 148px 1px no-repeat,
|
|
|
- linear-gradient(0deg, rgba(103, 232, 249, 0.34), transparent 64px) right bottom / 1px 100px no-repeat;
|
|
|
+ background: linear-gradient(
|
|
|
+ 90deg,
|
|
|
+ rgba(103, 232, 249, 0.72),
|
|
|
+ transparent 88px
|
|
|
+ )
|
|
|
+ left top / 148px 1px no-repeat,
|
|
|
+ linear-gradient(180deg, rgba(103, 232, 249, 0.52), transparent 64px)
|
|
|
+ left top / 1px 100px no-repeat,
|
|
|
+ linear-gradient(270deg, rgba(103, 232, 249, 0.46), transparent 88px)
|
|
|
+ right bottom / 148px 1px no-repeat,
|
|
|
+ linear-gradient(0deg, rgba(103, 232, 249, 0.34), transparent 64px) right
|
|
|
+ bottom / 1px 100px no-repeat;
|
|
|
opacity: 0.85;
|
|
|
}
|
|
|
|
|
|
@@ -896,7 +966,12 @@
|
|
|
bottom: 0;
|
|
|
height: 1px;
|
|
|
pointer-events: none;
|
|
|
- background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.62), transparent);
|
|
|
+ background: linear-gradient(
|
|
|
+ 90deg,
|
|
|
+ transparent,
|
|
|
+ rgba(34, 211, 238, 0.62),
|
|
|
+ transparent
|
|
|
+ );
|
|
|
opacity: 0.6;
|
|
|
}
|
|
|
|
|
|
@@ -905,8 +980,7 @@
|
|
|
z-index: 1;
|
|
|
padding: 12px 18px;
|
|
|
border-bottom: 1px solid rgba(56, 189, 248, 0.18);
|
|
|
- background:
|
|
|
- linear-gradient(90deg, rgba(8, 47, 73, 0.58), transparent 68%),
|
|
|
+ background: linear-gradient(90deg, rgba(8, 47, 73, 0.58), transparent 68%),
|
|
|
linear-gradient(180deg, rgba(125, 211, 252, 0.06), transparent);
|
|
|
}
|
|
|
|
|
|
@@ -915,8 +989,10 @@
|
|
|
z-index: 1;
|
|
|
height: calc(100% - 48px);
|
|
|
padding: 12px 14px 14px;
|
|
|
- background:
|
|
|
- linear-gradient(rgba(125, 211, 252, 0.022) 1px, transparent 1px),
|
|
|
+ background: linear-gradient(
|
|
|
+ rgba(125, 211, 252, 0.022) 1px,
|
|
|
+ transparent 1px
|
|
|
+ ),
|
|
|
linear-gradient(90deg, rgba(125, 211, 252, 0.022) 1px, transparent 1px);
|
|
|
background-size: 30px 30px;
|
|
|
}
|
|
|
@@ -955,7 +1031,12 @@
|
|
|
content: '';
|
|
|
width: 96px;
|
|
|
height: 1px;
|
|
|
- background: linear-gradient(90deg, rgba(103, 232, 249, 0.86), rgba(16, 185, 129, 0.3), transparent);
|
|
|
+ background: linear-gradient(
|
|
|
+ 90deg,
|
|
|
+ rgba(103, 232, 249, 0.86),
|
|
|
+ rgba(16, 185, 129, 0.3),
|
|
|
+ transparent
|
|
|
+ );
|
|
|
opacity: 0.7;
|
|
|
}
|
|
|
}
|
|
|
@@ -972,9 +1053,16 @@
|
|
|
|
|
|
.chart-panel {
|
|
|
:deep(.el-card__body) {
|
|
|
- background:
|
|
|
- linear-gradient(180deg, rgba(6, 21, 38, 0.18), rgba(3, 11, 22, 0.34)),
|
|
|
- repeating-linear-gradient(90deg, rgba(56, 189, 248, 0.026) 0 1px, transparent 1px 78px),
|
|
|
+ background: linear-gradient(
|
|
|
+ 180deg,
|
|
|
+ rgba(6, 21, 38, 0.18),
|
|
|
+ rgba(3, 11, 22, 0.34)
|
|
|
+ ),
|
|
|
+ repeating-linear-gradient(
|
|
|
+ 90deg,
|
|
|
+ rgba(56, 189, 248, 0.026) 0 1px,
|
|
|
+ transparent 1px 78px
|
|
|
+ ),
|
|
|
linear-gradient(rgba(125, 211, 252, 0.022) 1px, transparent 1px),
|
|
|
linear-gradient(90deg, rgba(125, 211, 252, 0.022) 1px, transparent 1px);
|
|
|
background-size: auto, auto, 30px 30px, 30px 30px;
|
|
|
@@ -983,9 +1071,16 @@
|
|
|
|
|
|
.pie-panel {
|
|
|
:deep(.el-card__body) {
|
|
|
- background:
|
|
|
- linear-gradient(180deg, rgba(6, 21, 38, 0.2), rgba(3, 11, 22, 0.36)),
|
|
|
- repeating-linear-gradient(135deg, rgba(56, 189, 248, 0.028) 0 1px, transparent 1px 34px),
|
|
|
+ background: linear-gradient(
|
|
|
+ 180deg,
|
|
|
+ rgba(6, 21, 38, 0.2),
|
|
|
+ rgba(3, 11, 22, 0.36)
|
|
|
+ ),
|
|
|
+ repeating-linear-gradient(
|
|
|
+ 135deg,
|
|
|
+ rgba(56, 189, 248, 0.028) 0 1px,
|
|
|
+ transparent 1px 34px
|
|
|
+ ),
|
|
|
linear-gradient(rgba(125, 211, 252, 0.022) 1px, transparent 1px),
|
|
|
linear-gradient(90deg, rgba(125, 211, 252, 0.022) 1px, transparent 1px);
|
|
|
background-size: auto, auto, 30px 30px, 30px 30px;
|
|
|
@@ -995,8 +1090,11 @@
|
|
|
.table-panel {
|
|
|
:deep(.el-card__body) {
|
|
|
padding: 12px 14px 14px;
|
|
|
- background:
|
|
|
- linear-gradient(180deg, rgba(5, 16, 30, 0.12), rgba(5, 16, 30, 0.34)),
|
|
|
+ background: linear-gradient(
|
|
|
+ 180deg,
|
|
|
+ rgba(5, 16, 30, 0.12),
|
|
|
+ rgba(5, 16, 30, 0.34)
|
|
|
+ ),
|
|
|
repeating-linear-gradient(
|
|
|
90deg,
|
|
|
rgba(56, 189, 248, 0.02) 0,
|
|
|
@@ -1009,8 +1107,11 @@
|
|
|
:deep(.ele-pro-table) {
|
|
|
height: 100%;
|
|
|
color: #dbeafe;
|
|
|
- background:
|
|
|
- linear-gradient(180deg, rgba(6, 20, 36, 0.86), rgba(3, 11, 22, 0.92)),
|
|
|
+ background: linear-gradient(
|
|
|
+ 180deg,
|
|
|
+ rgba(6, 20, 36, 0.86),
|
|
|
+ rgba(3, 11, 22, 0.92)
|
|
|
+ ),
|
|
|
linear-gradient(90deg, rgba(56, 189, 248, 0.04), transparent);
|
|
|
}
|
|
|
|
|
|
@@ -1027,8 +1128,11 @@
|
|
|
overflow: hidden;
|
|
|
font-size: 12px;
|
|
|
color: #dbeafe;
|
|
|
- background:
|
|
|
- linear-gradient(180deg, rgba(6, 20, 36, 0.88), rgba(3, 11, 22, 0.94)),
|
|
|
+ background: linear-gradient(
|
|
|
+ 180deg,
|
|
|
+ rgba(6, 20, 36, 0.88),
|
|
|
+ rgba(3, 11, 22, 0.94)
|
|
|
+ ),
|
|
|
repeating-linear-gradient(
|
|
|
90deg,
|
|
|
rgba(56, 189, 248, 0.022) 0,
|
|
|
@@ -1037,8 +1141,7 @@
|
|
|
transparent 72px
|
|
|
);
|
|
|
border: 1px solid rgba(125, 211, 252, 0.24);
|
|
|
- box-shadow:
|
|
|
- inset 0 0 18px rgba(14, 165, 233, 0.08),
|
|
|
+ box-shadow: inset 0 0 18px rgba(14, 165, 233, 0.08),
|
|
|
0 0 18px rgba(14, 165, 233, 0.1);
|
|
|
}
|
|
|
|
|
|
@@ -1049,13 +1152,20 @@
|
|
|
}
|
|
|
|
|
|
:deep(.el-table__header-wrapper) {
|
|
|
- background: linear-gradient(180deg, rgba(13, 95, 117, 0.78), rgba(8, 47, 73, 0.72));
|
|
|
+ background: linear-gradient(
|
|
|
+ 180deg,
|
|
|
+ rgba(13, 95, 117, 0.78),
|
|
|
+ rgba(8, 47, 73, 0.72)
|
|
|
+ );
|
|
|
}
|
|
|
|
|
|
:deep(.el-table__empty-block) {
|
|
|
min-height: 214px;
|
|
|
- background:
|
|
|
- radial-gradient(circle at 50% 42%, rgba(34, 211, 238, 0.12), transparent 30%),
|
|
|
+ background: radial-gradient(
|
|
|
+ circle at 50% 42%,
|
|
|
+ rgba(34, 211, 238, 0.12),
|
|
|
+ transparent 30%
|
|
|
+ ),
|
|
|
linear-gradient(180deg, rgba(6, 20, 36, 0.88), rgba(3, 11, 22, 0.96)) !important;
|
|
|
}
|
|
|
|
|
|
@@ -1070,8 +1180,11 @@
|
|
|
}
|
|
|
|
|
|
:deep(.el-loading-mask) {
|
|
|
- background:
|
|
|
- radial-gradient(circle at 50% 42%, rgba(34, 211, 238, 0.16), transparent 28%),
|
|
|
+ background: radial-gradient(
|
|
|
+ circle at 50% 42%,
|
|
|
+ rgba(34, 211, 238, 0.16),
|
|
|
+ transparent 28%
|
|
|
+ ),
|
|
|
linear-gradient(180deg, rgba(5, 17, 31, 0.94), rgba(2, 8, 17, 0.96)) !important;
|
|
|
backdrop-filter: blur(1px);
|
|
|
}
|
|
|
@@ -1099,7 +1212,11 @@
|
|
|
:deep(.el-table th) {
|
|
|
height: 36px;
|
|
|
color: #c7fbff;
|
|
|
- background: linear-gradient(180deg, rgba(14, 116, 144, 0.62), rgba(8, 47, 73, 0.78)) !important;
|
|
|
+ background: linear-gradient(
|
|
|
+ 180deg,
|
|
|
+ rgba(14, 116, 144, 0.62),
|
|
|
+ rgba(8, 47, 73, 0.78)
|
|
|
+ ) !important;
|
|
|
border-color: rgba(56, 189, 248, 0.22);
|
|
|
text-shadow: 0 0 10px rgba(103, 232, 249, 0.34);
|
|
|
}
|
|
|
@@ -1125,14 +1242,21 @@
|
|
|
}
|
|
|
|
|
|
:deep(.el-table--enable-row-hover .el-table__body tr:hover > td),
|
|
|
- :deep(.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell),
|
|
|
+ :deep(
|
|
|
+ .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell
|
|
|
+ ),
|
|
|
:deep(.el-table__body tr.hover-row > td),
|
|
|
:deep(.el-table__body tr.hover-row > td.el-table__cell),
|
|
|
:deep(.el-table__body tr.current-row > td),
|
|
|
:deep(.el-table__body tr.current-row > td.el-table__cell) {
|
|
|
color: #f8fafc !important;
|
|
|
- background: linear-gradient(90deg, rgba(34, 211, 238, 0.2), rgba(14, 165, 233, 0.14)) !important;
|
|
|
- box-shadow: inset 0 1px 0 rgba(125, 211, 252, 0.2), inset 0 -1px 0 rgba(125, 211, 252, 0.16);
|
|
|
+ background: linear-gradient(
|
|
|
+ 90deg,
|
|
|
+ rgba(34, 211, 238, 0.2),
|
|
|
+ rgba(14, 165, 233, 0.14)
|
|
|
+ ) !important;
|
|
|
+ box-shadow: inset 0 1px 0 rgba(125, 211, 252, 0.2),
|
|
|
+ inset 0 -1px 0 rgba(125, 211, 252, 0.16);
|
|
|
}
|
|
|
|
|
|
:deep(.el-table__body tr:hover > td .cell),
|