Skip to content

Commit f72deb1

Browse files
author
huangshuwei
committed
doc add loading progress
1 parent ccdd5ce commit f72deb1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/src/comp/app.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $--right-content-index: 1;
4545
.main-banner {
4646
width: 100%;
4747
position: fixed;
48-
top: 0;
48+
top: 2px;
4949
height: 60px;
5050
background-color: #fff;
5151
z-index: $--header-index;
@@ -102,8 +102,7 @@ $--right-content-index: 1;
102102
padding: 8px 0;
103103
border: 1px solid #d1dbe5;
104104
background-color: #fff;
105-
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12),
106-
0 0 6px rgba(0, 0, 0, 0.04);
105+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
107106

108107
&.dropdown-pannel-show {
109108
display: block;

0 commit comments

Comments
 (0)