|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
<div class="shareDocumentsLarge">
|
|
|
|
|
<a-spin class="spinStyle" :spinning="spinning">
|
|
|
|
|
<a-empty description="暂无数据" v-if="tabsDataEmpty" class="tabs-empty"/>
|
|
|
|
|
<span class="middleLine" v-if="!tabsDataEmpty"></span>
|
|
|
|
|
<span class="middleLine"></span>
|
|
|
|
|
<a-tabs v-if="!tabsDataEmpty" v-model:activeKey="activeKey">
|
|
|
|
|
<a-tab-pane key="1" tab="我分享的">
|
|
|
|
|
<vue-scroll :ops="listScroll" :style="showPage?'height:16rem':'height:16rem'"
|
|
|
|
@ -171,10 +171,9 @@
|
|
|
|
|
background: #81D3F8;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 2px;
|
|
|
|
|
right: 41px;
|
|
|
|
|
right: 69px;
|
|
|
|
|
}
|
|
|
|
|
/deep/ .ant-tabs .ant-tabs-top-content.ant-tabs-content-animated, .ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated {
|
|
|
|
|
height: 306px !important;
|
|
|
|
|
.score-list-div {
|
|
|
|
|
margin-top: 0 !important;
|
|
|
|
|
}
|
|
|
|
|