mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-23 20:44:58 +08:00
序列号
This commit is contained in:
parent
5700f7d532
commit
909f33a87f
|
@ -72,6 +72,7 @@
|
|||
</div>
|
||||
</el-form>
|
||||
</div>
|
||||
|
||||
<div v-else class="register-block move_2">
|
||||
<div class="header-box">
|
||||
<span class="title">新用户申请</span>
|
||||
|
@ -124,7 +125,10 @@
|
|||
<span @click="isShowRegister = false">已有账号?</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="model">
|
||||
<p>产品名称为:智娃全身麻醉智能泵注系统软件。<br>
|
||||
软件型号:ZW-AA-001-SWI。发布版本号:V0.0.00.003</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<SliderVerify v-model:isShowSelf="sliderVConf.isShowSelf" :width="sliderVConf.width" :imgUrl="sliderImgUrl"
|
||||
|
@ -559,6 +563,14 @@ const loginPost = (data: any) => {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.model{
|
||||
display: flex;
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100px; /* 根据需要设置高度 */
|
||||
color: #8c9094;
|
||||
font-size: 70%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue
Block a user