Browse Source

add back missing css

pull/155/head
LouisLam 4 years ago
parent
commit
fbbdb1601c
  1. 1
      src/layouts/Layout.vue

1
src/layouts/Layout.vue

@ -115,6 +115,7 @@ export default {
height: 60px; height: 60px;
width: 100%; width: 100%;
left: 0; left: 0;
background-color: #fff;
box-shadow: 0 15px 47px 0 rgba(0, 0, 0, 0.05), 0 5px 14px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 15px 47px 0 rgba(0, 0, 0, 0.05), 0 5px 14px 0 rgba(0, 0, 0, 0.05);
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;

Loading…
Cancel
Save