Browse Source

弹出框点击

master
maochaoying 2 years ago
parent
commit
42d02af4df
  1. 1
      src/components/SubNavigation.vue
  2. 2
      src/components/Top.vue

1
src/components/SubNavigation.vue

@ -139,6 +139,7 @@ const backPage = () => {
font-weight: 400;
color: #000000;
flex: 1;
width: 100vw;
display: flex;
align-items: center;
justify-content: center;

2
src/components/Top.vue

@ -168,7 +168,7 @@ const scrollToTop = () => {
font-family: Alibaba PuHuiTi;
font-weight: 400;
color: #000000;
width: 100%;
width: 100vw;
flex: 1;
display: flex;
align-items: center;

Loading…
Cancel
Save