소스 검색

发包方承包方授权印章

rongxin_prod
QI_YUJIE 1 년 전
부모
커밋
95a0802499
4개의 변경된 파일19개의 추가작업 그리고 9개의 파일을 삭제
  1. BIN
      src/assets/images/sunVillage_info/contractor_authorized.png
  2. BIN
      src/assets/images/sunVillage_info/employer_authorized.png
  3. +10
    -9
      src/views/sunVillage_info/list_cbfsq.vue
  4. +9
    -0
      src/views/sunVillage_info/list_fbfsq.vue

BIN
src/assets/images/sunVillage_info/contractor_authorized.png 파일 보기

Before After
Width: 366  |  Height: 185  |  Size: 34 KiB

BIN
src/assets/images/sunVillage_info/employer_authorized.png 파일 보기

Before After
Width: 366  |  Height: 185  |  Size: 34 KiB

+ 10
- 9
src/views/sunVillage_info/list_cbfsq.vue 파일 보기

@@ -86,10 +86,11 @@
<van-button round block type="primary" v-if="sqbutShow" @click="cbfsq">
授权
</van-button>
<van-button round block type="primary" v-if="!sqbutShow" >
<!-- <van-button round block type="primary" v-if="!sqbutShow" >
授权完成
</van-button>
</van-button> -->
</div>
<img class="bottomImg" src="../../assets/images/sunVillage_info/contractor_authorized.png" alt="" v-if="!sqbutShow" />
</div>
</div>
</template>
@@ -368,13 +369,6 @@
border: 5PX solid #e9e9e9;
border-radius: 100%;
}
.bottomImg{
position: absolute;
left: 50%;
top: 50%;
width: 25vw;
transform: translate(-50%,-50%);
}
}
.titBox{
display: flex;
@@ -399,4 +393,11 @@
left: 85PX;
}
}
.bottomImg{
position: absolute;
left: 50%;
top: 50%;
width: 50vw;
transform: translate(-50%,10%);
}
</style>

+ 9
- 0
src/views/sunVillage_info/list_fbfsq.vue 파일 보기

@@ -33,6 +33,7 @@
授权
</van-button>
</div>
<img class="bottomImg" src="../../assets/images/sunVillage_info/employer_authorized.png" alt="" v-if="form.personAccountId && form.companyAccountId" />
</div>
</div>
</template>
@@ -163,5 +164,13 @@
/deep/ .van-cell--required::before {
left: 85PX;
}

.bottomImg{
position: absolute;
left: 50%;
top: 50%;
width: 50vw;
transform: translate(-50%,10%);
}
}
</style>

불러오는 중...
취소
저장