修改 内网授权页面

This commit is contained in:
xuli3099
2025-08-19 14:37:32 +08:00
parent 2ad389e2f0
commit 96a9932e70
2 changed files with 19 additions and 7 deletions

View File

@@ -15,13 +15,13 @@
<uni-forms ref="form2" :model="formData2" :rules="rules2" label-position="top">
<!-- networkEnv -->
<uni-forms-item label="设备标识" required name="uniqCode" v-if="networkEnv==1">
<view class="code-con">
<uni-easyinput :inputBorder="false"
<view class="code-con code-device">
<uni-easyinput prefixIcon="person" :inputBorder="false"
v-model="formData2.uniqCode" placeholder="请输入设备标识"
>
<!-- <template #prefixIcon>
<image src="/static/images/login-biaoshi.png" style="width: 20px; height: 20px;" />
</template> -->
<!-- <template #prefixIcon> -->
<!-- <image src="@/static/images/login-biaoshi.png" style="width: 20px; height: 20px;" /> -->
<!-- </template> -->
</uni-easyinput>
</view>
@@ -426,6 +426,7 @@ const handleSubmit=()=>{
border-bottom: 1px solid #E7E7E7;
}
:deep(.uni-forms-item__label){
color:#239FDF;
font-weight: bold;
@@ -481,6 +482,17 @@ const handleSubmit=()=>{
height: 30px !important;
}
.container .login-form .code-con.code-device :deep(.uni-easyinput__content .uniui-person){
background: url('@/static/images/login-biaoshi.png') 15rpx no-repeat;
background-size:25rpx 30rpx;
width: 25rpx;
height: 30rpx;
margin-right:10rpx;
}
.container .login-form .code-con.code-device :deep(.uniui-person:before){
display: none;
}
.btn-submit{
width:496rpx;
height:88rpx;

View File

@@ -14,9 +14,9 @@
>
<!-- #ifdef APP-PLUS -->
<!-- 删除设备ID--测试用 -->
<view class="del-cache" @click="handleDelete">
<!-- <view class="del-cache" @click="handleDelete">
<uni-icons type="minus" size="30" color="#ffffff"></uni-icons>
</view>
</view> -->
<!-- #endif -->
<!-- 待办内容 -->