Browse Source

商店列表高度设置75%

dev_YWQ
HolyKnightIX 2 years ago
parent
commit
55648fb017
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/myStore/index.vue

+ 1
- 1
src/views/myStore/index.vue View File

@@ -157,7 +157,7 @@ function clickPayDialog(item) {
// overflow-x: auto;
padding: 20px 20px 20px 0;
width: 100%;
height: 100%;
height: 75%;
// scrollbar-width: none; /* 隐藏滚动条(Chrome、Firefox) */
// -ms-overflow-style: none; /* 隐藏滚动条(IE、Edge) */
.item {


Loading…
Cancel
Save