|
|
@@ -1,12 +1,16 @@
|
|
|
.window-header {
|
|
|
padding: 14px 20px;
|
|
|
- // 上方线条
|
|
|
- border-bottom: 1px solid rgba(255, 255, 255, 0.5);
|
|
|
position: relative;
|
|
|
-
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
+
|
|
|
+ // 背景
|
|
|
+ background: rgba(255, 255, 255, 0.2);
|
|
|
+ // 背景模糊程度
|
|
|
+ backdrop-filter: blur(2px);
|
|
|
+ // 上方线条
|
|
|
+ border-bottom: 1px solid rgba(255, 255, 255, 0.5);
|
|
|
}
|
|
|
|
|
|
.window-header-title {
|