diff --git a/pages/info/info.vue b/pages/info/info.vue index 4f5b443..e9e9c6a 100644 --- a/pages/info/info.vue +++ b/pages/info/info.vue @@ -1,8 +1,10 @@ @@ -58,7 +60,13 @@ diff --git a/pages/info/info.vue b/pages/info/info.vue index 4f5b443..e9e9c6a 100644 --- a/pages/info/info.vue +++ b/pages/info/info.vue @@ -1,8 +1,10 @@ @@ -58,7 +60,13 @@ diff --git a/pages/list/list.vue b/pages/list/list.vue index 3a1c8ec..0e5bbca 100644 --- a/pages/list/list.vue +++ b/pages/list/list.vue @@ -38,9 +38,9 @@ {{item.number}} {{item.name}} - - - + + + @@ -130,7 +130,7 @@ if(this.checkboxList.indexOf(item) == -1){ this.checkboxList.push(item) }else { - this.checkboxList.splice(this.checkboxList.indexOf(item)) + this.checkboxList.splice(this.checkboxList.indexOf(item),1) } if(this.checkboxList.length > 0){ this.checkExport = '选中的' diff --git a/pages/info/info.vue b/pages/info/info.vue index 4f5b443..e9e9c6a 100644 --- a/pages/info/info.vue +++ b/pages/info/info.vue @@ -1,8 +1,10 @@ @@ -58,7 +60,13 @@ diff --git a/pages/list/list.vue b/pages/list/list.vue index 3a1c8ec..0e5bbca 100644 --- a/pages/list/list.vue +++ b/pages/list/list.vue @@ -38,9 +38,9 @@ {{item.number}} {{item.name}} - - - + + + @@ -130,7 +130,7 @@ if(this.checkboxList.indexOf(item) == -1){ this.checkboxList.push(item) }else { - this.checkboxList.splice(this.checkboxList.indexOf(item)) + this.checkboxList.splice(this.checkboxList.indexOf(item),1) } if(this.checkboxList.length > 0){ this.checkExport = '选中的' diff --git a/pages/register/register.vue b/pages/register/register.vue index df006e9..2f28514 100644 --- a/pages/register/register.vue +++ b/pages/register/register.vue @@ -1,377 +1,411 @@ -/** -* 注册页面 -*/ +/** * 注册页面 */ \ No newline at end of file +.register { + .u-button { + justify-content: left !important; + } + .u-button--normal { + padding-left: 0 !important; + font-size: 30rpx !important; + color: #c4c7cf !important; + } + .u-button--info { + border: 0 !important; + font-weight: 500; + } + .u-form-item { + border-bottom: 1rpx solid #f2f2f2; + margin-bottom: 20rpx; + } + .u-button--error { + justify-content: center !important; + background-color: #c5000a !important; + border-color: #c5000a !important; + color: #fff !important; + margin-top: 120rpx; + font-weight: 600; + } +} +