|
@@ -30,6 +30,9 @@
|
|
|
<span class="RequirementId">{{ item.requirementDisplayId }}</span>
|
|
|
<span class="RequirementName">{{ item.pm.name }}</span>
|
|
|
</el-checkbox>
|
|
|
+ <el-footer v-show="scrollBottom === 0" style="text-align: center; height: 35px;">
|
|
|
+ <el-button class="solt public_Jump" type="text" :loading="loadingBtn" :disabled="Load === '没有更多了'" @click="LoadMore">{{ Load }}</el-button>
|
|
|
+ </el-footer>
|
|
|
</el-checkbox-group>
|
|
|
<div v-else style="text-align: center; height: 100%">
|
|
|
<div class="imgCenter">
|
|
@@ -38,20 +41,17 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-main>
|
|
|
- <el-footer v-show="scrollBottom === 0" style="text-align: center; height: 35px;">
|
|
|
- <el-button class="solt public_Jump" type="text" :loading="loadingBtn" :disabled="Load === '没有更多了'" @click="LoadMore">{{ Load }}</el-button>
|
|
|
- </el-footer>
|
|
|
</el-container>
|
|
|
</div>
|
|
|
|
|
|
<div>
|
|
|
- <div :class="{'rectangleTow': leftArray.length !== 0, 'rectangle': leftArray.length === 0}">
|
|
|
+ <div :class="{'rectangleTow': leftArray.length !== 0, 'rectangle': leftArray.length === 0}" @click="torightLeft(1)">
|
|
|
<svg-icon v-if="leftArray.length === 0" class="inlineBlock" icon-class="右箭头" />
|
|
|
- <svg-icon v-if="leftArray.length > 0" class="inlineBlock" icon-class="右箭头1" @click="torightLeft(1)" />
|
|
|
+ <svg-icon v-if="leftArray.length > 0" class="inlineBlock" icon-class="右箭头1" />
|
|
|
</div>
|
|
|
- <div :class="{'rectangleTow': rightArray.length !== 0, 'rectangle': rightArray.length === 0}">
|
|
|
+ <div :class="{'rectangleTow': rightArray.length !== 0, 'rectangle': rightArray.length === 0}" @click="torightLeft(2)">
|
|
|
<svg-icon v-if="rightArray.length === 0" class="inlineBlock" icon-class="左箭头" />
|
|
|
- <svg-icon v-if="rightArray.length > 0" class="inlineBlock" icon-class="左箭头1" @click="torightLeft(2)" />
|
|
|
+ <svg-icon v-if="rightArray.length > 0" class="inlineBlock" icon-class="左箭头1" />
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -433,6 +433,7 @@ export default {
|
|
|
line-height:14px;
|
|
|
color:rgba(191,198,220,1);
|
|
|
opacity:1;
|
|
|
+ margin-top: 20px;
|
|
|
}
|
|
|
|
|
|
.inlineBlock {
|