康凯
2022-05-23 f49a00b890834cd0783e84e2f44eb5d127d536b8
src/views/personage/list.vue
@@ -40,7 +40,7 @@
      searchName: "",
      data: {
        currentPage: 1,
        pageSize: 5,
        pageSize: 10,
        total: 0,
        data: []
      },
@@ -115,7 +115,7 @@
.line {
  width: 100%;
  border: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  margin-top: 3vh;
  margin-bottom: 3vh;
  opacity: 1;
@@ -124,12 +124,15 @@
.data-list {
  width: 90%;
  height: 65vh;
  margin-left: 5%;
  overflow: scroll;
  display: flex;
  flex-direction:column;
  justify-content: flex-start;
  align-items: center;
}
.data-list .line {
  width: 100%;
  margin-top: 2vh;
  margin-bottom: 2vh;
}
@@ -140,7 +143,6 @@
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2vh;
}
.data-list /deep/ .image-item .item-left {