cloud-web-corejs 1.0.54-dev.214 → 1.0.54-dev.216

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -101,7 +101,7 @@ export default {
101
101
  right: 5px;
102
102
  top: 25px;
103
103
  }
104
-
104
+ .box-form{height: 330px;}
105
105
  ::v-deep .login-main .el-tabs__header {
106
106
  margin-bottom: 0;
107
107
 
@@ -139,15 +139,15 @@ export default {
139
139
  ::v-deep .login-main .el-tabs__header .el-tabs__nav .el-tabs__item {
140
140
  width: 33%;
141
141
  }
142
- .login-qr{height: 305px;text-align: center;position: relative;
143
- .qr__img{width: 220px;margin-top:25px;}
142
+ .login-qr{height: 330px;text-align: center;position: relative;
143
+ .qr__img{width: 220px;margin-top:40px;}
144
144
  .qr__txt{color: #666;font-size: 15px;display: block;}
145
145
  .qr__lose{
146
146
  position: absolute;cursor: pointer;
147
147
  width: 192px;
148
148
  height: 192px;
149
149
  background: rgb(255 255 255 / 76%);
150
- top: 40px;
150
+ top: 60px;
151
151
  left: 136px;
152
152
  color: #000;
153
153
  line-height: 64px;