修改 内网授权页面
This commit is contained in:
@@ -15,13 +15,13 @@
|
|||||||
<uni-forms ref="form2" :model="formData2" :rules="rules2" label-position="top">
|
<uni-forms ref="form2" :model="formData2" :rules="rules2" label-position="top">
|
||||||
<!-- networkEnv -->
|
<!-- networkEnv -->
|
||||||
<uni-forms-item label="设备标识" required name="uniqCode" v-if="networkEnv==1">
|
<uni-forms-item label="设备标识" required name="uniqCode" v-if="networkEnv==1">
|
||||||
<view class="code-con">
|
<view class="code-con code-device">
|
||||||
<uni-easyinput :inputBorder="false"
|
<uni-easyinput prefixIcon="person" :inputBorder="false"
|
||||||
v-model="formData2.uniqCode" placeholder="请输入设备标识"
|
v-model="formData2.uniqCode" placeholder="请输入设备标识"
|
||||||
>
|
>
|
||||||
<!-- <template #prefixIcon>
|
<!-- <template #prefixIcon> -->
|
||||||
<image src="/static/images/login-biaoshi.png" style="width: 20px; height: 20px;" />
|
<!-- <image src="@/static/images/login-biaoshi.png" style="width: 20px; height: 20px;" /> -->
|
||||||
</template> -->
|
<!-- </template> -->
|
||||||
|
|
||||||
</uni-easyinput>
|
</uni-easyinput>
|
||||||
</view>
|
</view>
|
||||||
@@ -426,6 +426,7 @@ const handleSubmit=()=>{
|
|||||||
border-bottom: 1px solid #E7E7E7;
|
border-bottom: 1px solid #E7E7E7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
:deep(.uni-forms-item__label){
|
:deep(.uni-forms-item__label){
|
||||||
color:#239FDF;
|
color:#239FDF;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -481,6 +482,17 @@ const handleSubmit=()=>{
|
|||||||
height: 30px !important;
|
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{
|
.btn-submit{
|
||||||
width:496rpx;
|
width:496rpx;
|
||||||
height:88rpx;
|
height:88rpx;
|
||||||
|
|||||||
@@ -14,9 +14,9 @@
|
|||||||
>
|
>
|
||||||
<!-- #ifdef APP-PLUS -->
|
<!-- #ifdef APP-PLUS -->
|
||||||
<!-- 删除设备ID--测试用 -->
|
<!-- 删除设备ID--测试用 -->
|
||||||
<view class="del-cache" @click="handleDelete">
|
<!-- <view class="del-cache" @click="handleDelete">
|
||||||
<uni-icons type="minus" size="30" color="#ffffff"></uni-icons>
|
<uni-icons type="minus" size="30" color="#ffffff"></uni-icons>
|
||||||
</view>
|
</view> -->
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
|
|
||||||
<!-- 待办内容 -->
|
<!-- 待办内容 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user