车间能级提升-智能设备管理系统
zhuguifei
2025-04-21 0f5bd3db43a7ea07d3373b38bd24126544de5e2f
eims-ui-mobile/src/pages/login/index.vue
@@ -32,14 +32,21 @@
      />
    </wd-cell-group>
    <view class="footer">
      <view class="w-full text-end">
        <wd-checkbox v-model="rember" shape="square" @change="handleChange">
          记住密码
      <view>
        <wd-checkbox v-model="rember" @change="handleChange">
          <text class="rember-text">记住密码</text>
        </wd-checkbox>
      </view>
      <wd-button class="mt-6" type="primary" size="large" @click="handleSubmit" block>
        提交
      </wd-button>
      <view class="copyright-info">
        <text>
          上海兰宝传感科技股份有限公司
        </text>
      </view>
    </view>
  </wd-form>
</template>
@@ -128,6 +135,20 @@
<style scoped lang="scss">
.footer {
  padding: 12px;
  padding: 24rpx;
}
.rember-text {
  font-size: 24rpx;
  color: $uni-text-color-grey;
}
.copyright-info {
  position: absolute;
  bottom: 20rpx;
  width: 100%;
  display: flex;
  justify-content: center;
  color: $uni-text-color-disable;
  font-size: 24rpx;
}
</style>