Skip to content

Commit b50bdd3

Browse files
committed
style(basic-layout):修改标题log样式
1 parent 6345658 commit b50bdd3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

packages/basic-layouts/src/index.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@
3232
cursor: pointer;
3333
transition: all 0.3s;
3434
}
35+
.uiw-admin-global-title-top {
36+
height: 100%;
37+
}
38+
39+
.uiw-admin-global-title-top a {
40+
height: 100%;
41+
text-decoration: none !important;
42+
}
43+
.uiw-admin-global-title a {
44+
text-decoration: none !important;
45+
}
3546
.uiw-admin-global-title h1,
3647
.uiw-admin-global-title-top h1 {
3748
box-sizing: border-box;
@@ -77,4 +88,4 @@
7788

7889
.w-notify-warpper {
7990
z-index: 1001;
80-
}
91+
}

0 commit comments

Comments
 (0)