吉安感知网项目-前端
张含笑
2026-01-08 2de95ff2898ec6b19bfb0f8a0a56fd4b5a847d15
feat:代码合并
1 files modified
20 ■■■■ changed files
uniapps/work-app/src/pages/login/index.vue 20 ●●●● patch | view | raw | blame | history
uniapps/work-app/src/pages/login/index.vue
@@ -201,7 +201,9 @@
    text-align: center;
    margin-bottom: 168rpx;
  }
.user-name{
  margin-bottom: 40rpx;
}
  .user-name,
  .pass-word {
    display: flex;
@@ -209,8 +211,10 @@
    align-items: center;
    margin-left: 62rpx;
    margin-right: 58rpx;
    height: 118rpx;
    border-bottom: 2rpx solid #e3e3e3;
    height: 100rpx;
    background: #F1F4F9;
    border-radius: 8rpx 8rpx 8rpx 8rpx;
    padding: 0 22rpx;
    image {
      width: 40rpx;
@@ -321,4 +325,14 @@
    color: $u-warning;
  }
}
.agreement {
  position: absolute;
  bottom: 40rpx;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
</style>