ct
This commit is contained in:
		@@ -182,10 +182,15 @@ export default {
 | 
			
		||||
        params: {communityId, size: 999}
 | 
			
		||||
      }).then(res => {
 | 
			
		||||
        if (res?.data) {
 | 
			
		||||
          this.selectList = res.data.records.map(e => ({
 | 
			
		||||
            ...e,
 | 
			
		||||
            cellName: `${e.communityName + e.buildingNumber}栋${e.unitNumber}单元`
 | 
			
		||||
          }))
 | 
			
		||||
          this.selectList = []
 | 
			
		||||
          res.data.records.forEach(e => {
 | 
			
		||||
            for (let i = 0; i < e.unitNumber; i++) {
 | 
			
		||||
              this.selectList.push({
 | 
			
		||||
                ...e,
 | 
			
		||||
                cellName: `${e.communityName + e.buildingNumber}栋${i+1}单元`
 | 
			
		||||
              })
 | 
			
		||||
            }
 | 
			
		||||
          })
 | 
			
		||||
        }
 | 
			
		||||
      })
 | 
			
		||||
    },
 | 
			
		||||
@@ -531,7 +536,8 @@ export default {
 | 
			
		||||
    bottom: 0;
 | 
			
		||||
    left: 0;
 | 
			
		||||
  }
 | 
			
		||||
  .pad-b112{
 | 
			
		||||
 | 
			
		||||
  .pad-b112 {
 | 
			
		||||
    padding-bottom: 112px;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -298,7 +298,7 @@ export default {
 | 
			
		||||
    width: 100vw;
 | 
			
		||||
    display: flex;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    height: 88px;
 | 
			
		||||
    height: 112px;
 | 
			
		||||
    font-size: 34px;
 | 
			
		||||
    font-family: PingFangSC-Medium, PingFang SC;
 | 
			
		||||
    font-weight: 500;
 | 
			
		||||
@@ -307,7 +307,7 @@ export default {
 | 
			
		||||
 | 
			
		||||
    & > div {
 | 
			
		||||
      padding: 0 92px;
 | 
			
		||||
      line-height: 88px;
 | 
			
		||||
      line-height: 112px;
 | 
			
		||||
      border-top: 1px solid #A0C0FF;
 | 
			
		||||
 | 
			
		||||
      &.primary {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user