diff --git a/src/component/Detail/detailLeft/module/libraryList.vue b/src/component/Detail/detailLeft/module/libraryList.vue index bd3459c0..bd999c07 100644 --- a/src/component/Detail/detailLeft/module/libraryList.vue +++ b/src/component/Detail/detailLeft/module/libraryList.vue @@ -350,6 +350,7 @@ export default defineComponent({ margin-top: 1rem; justify-content: space-between; align-content: flex-start; + padding-bottom: 2rem; // &::-webkit-scrollbar{display: none;} > .content_img_item{ width: calc((50% - 1rem)); @@ -368,9 +369,12 @@ export default defineComponent({ > .material_content_list_loding{ width: 100%; aspect-ratio: 1/1; + height: 4rem; overflow: hidden; > img{ width: 100%; + height: 100%; + object-fit: contain; } } } diff --git a/src/views/affiliate/affiliatePage.vue b/src/views/affiliate/affiliatePage.vue index da2a1aa9..6e8970f0 100644 --- a/src/views/affiliate/affiliatePage.vue +++ b/src/views/affiliate/affiliatePage.vue @@ -147,11 +147,11 @@ export default defineComponent({ } }); //储存所有用户id和name - Https.axiosGet(Https.httpUrls.getAllUserId,).then((rv: any) => { - if (rv) { - store.commit('setAllUserList',rv); - } - }) + // Https.axiosGet(Https.httpUrls.getAllUserId,).then((rv: any) => { + // if (rv) { + // store.commit('setAllUserList',rv); + // } + // }) let allCountry = country sessionStorage.setItem('allCountry',JSON.stringify(allCountry)); // state.nowPageName = state.rootSubmenuKeys[0].name