提交 5b7c5d18 编写于 作者: X xjh22222228

fix: app style

上级 732a63d8
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
vertical-align: middle; vertical-align: middle;
pointer-events: none; pointer-events: none;
background-color: #eee; background-color: #eee;
border-radius: 3px;
} }
.circle { .circle {
......
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
<app-logo <app-logo
[src]="el.icon" [src]="el.icon"
[name]="el.name" [name]="el.name"
[size]="30"
> >
</app-logo> </app-logo>
<em class="name" [title]="el.name">{{ el.name }}</em> <em class="name" [title]="el.name">{{ el.name }}</em>
......
...@@ -95,6 +95,7 @@ $bg-color: #fbfbfb; ...@@ -95,6 +95,7 @@ $bg-color: #fbfbfb;
box-shadow: 0 0 3px #ccc; box-shadow: 0 0 3px #ccc;
a { a {
position: relative;
display: inline-block; display: inline-block;
font-size: 14px; font-size: 14px;
padding: 3px 5px; padding: 3px 5px;
...@@ -103,9 +104,16 @@ $bg-color: #fbfbfb; ...@@ -103,9 +104,16 @@ $bg-color: #fbfbfb;
color: #333; color: #333;
} }
.active { .active::after {
content: "";
position: absolute;
bottom: 5px;
left: 50%;
width: 50%;
transform: translateX(-50%);
height: 3px;
border-radius: 2px;
background: #20a0ff; background: #20a0ff;
color: #fff;
} }
} }
...@@ -117,7 +125,7 @@ $bg-color: #fbfbfb; ...@@ -117,7 +125,7 @@ $bg-color: #fbfbfb;
.name { .name {
display: inline-block; display: inline-block;
font-size: 16px; font-size: 14px;
margin-left: 5px; margin-left: 5px;
width: calc(100% - 50px); width: calc(100% - 50px);
white-space: nowrap; white-space: nowrap;
...@@ -144,6 +152,8 @@ $bg-color: #fbfbfb; ...@@ -144,6 +152,8 @@ $bg-color: #fbfbfb;
.top { .top {
padding: 10px; padding: 10px;
display: flex;
align-items: center;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册