Skip to content

Commit c0641f0

Browse files
committed
Update index.vue
1 parent af42339 commit c0641f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/src/demo/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ export default {
5656
font-size: 30px;
5757
padding: 0 100px;
5858
font-weight: bold;
59-
color: #40a0ffc1;
59+
color: #555;
6060
6161
.demo-title-text {
62-
border-bottom: double 2px;
6362
display: inline;
64-
padding: 8px;
63+
padding: 0 8px;
64+
border-left: 4px solid #555;
6565
}
6666
6767
&.last {

0 commit comments

Comments
 (0)