jufubao-base 1.0.220-beta3 → 1.0.220-beta4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.220-beta3",
3
+ "version": "1.0.220-beta4",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -143,7 +143,7 @@
143
143
  <view class="cont_text">检测到短信发送异常<br/>是否跳过手机号收集?</view>
144
144
  </view>
145
145
  <view slot="btn" class="btn_foot" style="background-color: #DDD;">
146
- <view class="btn_item" :style="{
146
+ <view class="btn_item not_jump_btn" :style="{
147
147
  backgroundColor: '#FFF',
148
148
  }"
149
149
  @click="p_loginNotJump"
@@ -631,8 +631,11 @@ export default {
631
631
 
632
632
  .jfb-base-phone-login {
633
633
  &__body {
634
+ ::v-deep .xd-dailog__body{
635
+ overflow: hidden;
636
+ }
634
637
  ::v-deep .xd-dailog__body-content{
635
- padding: 2rpx;
638
+ padding: 0;
636
639
  overflow: hidden;
637
640
  }
638
641
  .p_dialog_content{
@@ -652,11 +655,15 @@ export default {
652
655
  display: flex;
653
656
  .btn_item{
654
657
  flex: 1;
655
- border: 1px solid #E5E5E5;
656
658
  height: 96rpx;
657
659
  line-height: 96rpx;
658
660
  text-align: center;
659
661
  font-size: 32rpx;
662
+ border: 1px solid var(--main-color);
663
+ box-sizing: border-box;
664
+ &.not_jump_btn{
665
+ border: 1px solid #E5E5E5;
666
+ }
660
667
  }
661
668
  }
662
669