diff --git a/components/panel/formSlot.vue b/components/panel/formSlot.vue
index e12b773..7c0376b 100644
--- a/components/panel/formSlot.vue
+++ b/components/panel/formSlot.vue
@@ -70,20 +70,20 @@
- handleCode(e, item, index)" />
+ handleCode(e, item, index)" />
-
-
+
+
- handleNewPwd(e, item, index)" />
+ handleNewPwd(e, item, index)" />
- handleConfirmPwd(e, item, index)" />
+ handleConfirmPwd(e, item, index)" />
@@ -322,6 +322,10 @@ export default {
handleNewPwd(e, $item, $index) {
this.$emit("changeNewPwd", e);
},
+ handleChangeNewPwd(e, $item, $index) {
+ // this.$emit("changeNewPwd", e);
+ console.log(e);
+ },
// 确认密码
handleConfirmPwd(e, $item, $index) {
this.$emit("changeConfirmPwd", e);
@@ -723,9 +727,12 @@ export default {
}
.btn-text {
+ background-color: #ededed;
+ text-align: center;
+ border-radius: 126px;
.btn-con {
- border-left: 1rpx solid #eee;
- padding: 0 0 0 16px;
+ // border-left: 1rpx solid #eee;
+ // padding: 0 0 0 16px;
background-color: transparent;
border-radius: 0;
height: 40rpx;