|
@@ -116,7 +116,7 @@
|
|
|
this.getGoodsList()
|
|
|
},
|
|
|
// 懒加载
|
|
|
- handleLoadMore(stopLoad) {
|
|
|
+ handleLoadMore() {
|
|
|
if (!this.isOver) {
|
|
|
this.pageIndex++
|
|
|
this.getGoodsList()
|
|
@@ -188,8 +188,8 @@
|
|
|
|
|
|
.container {
|
|
|
width: 100%;
|
|
|
- height: 100%;
|
|
|
- position: absolute;
|
|
|
+ height: calc(100% - 70px);
|
|
|
+ float: left;
|
|
|
|
|
|
.search-box {
|
|
|
width: 100%;
|
|
@@ -208,7 +208,6 @@
|
|
|
.sort-left-box {
|
|
|
width: 80px;
|
|
|
height: calc(100% - 58px);
|
|
|
- border-right: 1px solid #DDDDDD;
|
|
|
float: left;
|
|
|
overflow-y: auto;
|
|
|
|
|
@@ -236,6 +235,7 @@
|
|
|
width: calc(100% - 81px);
|
|
|
height: calc(100% - 58px);
|
|
|
float: left;
|
|
|
+ border-left: 1px solid #DDDDDD;
|
|
|
|
|
|
.sort-right-row {
|
|
|
width: 100%;
|
|
@@ -272,16 +272,19 @@
|
|
|
padding: 6px 0 0px 0;
|
|
|
box-sizing: border-box;
|
|
|
float: left;
|
|
|
+ overflow-y: auto;
|
|
|
|
|
|
.goods-row {
|
|
|
width: calc(100% - 24px);
|
|
|
height: 104px;
|
|
|
+ float: left;
|
|
|
padding: 11px 11px 11px 7px;
|
|
|
box-sizing: border-box;
|
|
|
margin: 4px 0 12px 12px;
|
|
|
background: #FFFFFF;
|
|
|
box-shadow: 0px 1px 5px 0px rgba(102, 102, 102, 0.43);
|
|
|
border-radius: 15px;
|
|
|
+ position: relative;
|
|
|
|
|
|
.goods-img {
|
|
|
width: 84px;
|