|
<div :class="{ 'has-logo': showLogo }"> <logo v-if="showLogo" :collapse="isCollapse" /> <div style="background-color: #6889b2; padding: 5px;padding-left:15px;"> <div style="float: left; margin-right: 30px;width:45%;"> <img style="width: 22px; height: 23px;vertical-align:middle" :src="require('@/assets/img/woman.png')" /> <span style="font-size:14px;color:#fff;vertical-align:middle">{{ this.LZBaseSession.WomanName }}</span> </div> <div> <img style="width: 22px; height: 23px;vertical-align:middle" :src="require('@/assets/img/man.png')" /> <span style="font-size:14px;color:#fff;vertical-align:middle">{{ this.LZBaseSession.ManName }}</span> </div> </div> <div style=" height: 105px; font-size: 14px; color: white; text-align: left; padding: 5px 0 0 15px; background-color: #081a30; " v-show="isShow" > <div> 卵障號(hào): <label>{{ this.LZBaseSession.EggDevelopementDisorderNumber }}</label> </div> <div style="margin-top: 10px"> 家系號(hào): <label>{{ this.LZBaseSession.FamilyNumber }}</label> </div> <div style="margin-top: 10px"> 醫(yī)卡通號(hào):<label>{{ this.LZBaseSession.CardNumber }}</label> </div> <div style="margin-top: 10px" @click="Open_BingLi"> 輔助生殖號(hào): <label>{{ this.LZBaseSession.SeriousIllnessNumber }}</label> </div> </div> 關(guān)鍵代碼: <div style="float: left; margin-right: 30px;width:45%;"> <img style="width: 22px; height: 23px;vertical-align:middle" :src="require('@/assets/img/woman.png')" /> <span style="font-size:14px;color:#fff;vertical-align:middle">{{ this.LZBaseSession.WomanName }}</span> </div> 圖片文字都要加屬性:vertical-align:middle |
|
|
來(lái)自: 北方天空A > 《原創(chuàng)文章》