1
YM
2024-07-26 c423765d8a5ff0c58d23bb0a31af7df6c1fad95c
src/pages/changePassword/changePassword.vue
@@ -5,8 +5,8 @@
        class="Ttop flex flex-center flex-wrap"
        style="flex-direction: column"
      >
        <view ></view>
        <view  ref="Rtop">
        <view></view>
        <view ref="Rtop">
          <text class="login"></text>
          <text
            style="
@@ -51,7 +51,7 @@
          </view>
        </view>
        <el-form
               :label-width="160"
          :label-width="160"
          :hide-required-asterisk="true"
          ref="formLogin2"
          label-position="right"
@@ -251,7 +251,7 @@
        {
          name: "地域图谱",
          id: 4
        },
        }
        // {
        //   name: "中医医事制度",
        //   id: 5
@@ -292,7 +292,7 @@
          // alert('submit!成功');
          getchangePassword(Obj).then((res) => {
            if (res.success == true) {
              this.$message.success('修改成功');
              this.$message.success("修改成功");
              uni.navigateTo({
                url: "/pages/Login/Login"
              });
@@ -463,7 +463,6 @@
  width: 88px;
  color: #244a7b;
  font-size: 0.14rem;
}
::v-deep .el-form-item {
@@ -497,25 +496,25 @@
  height: 100vh;
  color: #fff;
}
  .repository {
    width: 100% !important;
    /* margin-top: 19px; */
    /* height: 68%; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
.container .repository {
  width: 100% !important;
  /* margin-top: 19px; */
  /* height: 68%; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
    .Ttop {
      margin-top: 0.38rem;
      margin-bottom: 1.22rem;
    }
  .Ttop {
    margin-top: 0.38rem;
    margin-bottom: 1.22rem;
  }
    .r-top {
      font-size: 40rpx !important;
      margin: 10rpx 0;
    }
  .r-top {
    font-size: 40rpx !important;
    margin: 10rpx 0;
  }
}
@@ -572,21 +571,20 @@
  /* flex-wrap: wrap; */
  padding: 0 20px;
  text-align: center;
  li {
    background-color: #fff;
    color: black;
    height: 600rpx;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    border: 1rpx solid #fff;
    padding: 50rpx 65rpx;
    /*          padding: 58rpx 128rpx 88rpx; */
    text-align: center;
    background: #ebf4ff;
  }
}
.secretary li {
  background-color: #fff;
  color: black;
  height: 600rpx;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  border: 1rpx solid #fff;
  padding: 50rpx 65rpx;
  /*          padding: 58rpx 128rpx 88rpx; */
  text-align: center;
  background: #ebf4ff;
}
.Bbottom {