File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
business/customer/components Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 26
26
</a-form-item >
27
27
28
28
<a-form-item
29
-
30
29
:label-col =" { span: 5 }"
31
30
:wrapper-col =" { span: 16 }"
32
31
label =" Logo"
64
63
components: {}
65
64
})
66
65
export default class WxModal extends Vue {
67
- @Provide () visible: Boolean = false
66
+ @Provide () visible: Boolean = false
68
67
@Provide () confirmLoading: Boolean = false ;
69
68
@Provide () form: any = null
70
69
@Provide () fileList: Array <any > = []
144
143
}
145
144
return false
146
145
}
147
- // handleSelectChange(value:any) {
148
- // console.log(value)
149
- // this.form.setFieldsValue({
150
- // note: `Hi, ${value === 'male' ? 'man' : 'lady'}!`
151
- // })
152
- // }
153
146
}
154
147
</script >
155
148
Original file line number Diff line number Diff line change @@ -104,10 +104,11 @@ $color:red;
104
104
105
105
.login-container {
106
106
width :100% ;
107
+ background : #f0f2f5 ;
107
108
min-height :100% ;
108
109
min-width : 1200px ;
109
110
box-shadow : 2px 2px 20px #eeeeee ;
110
- // background-image: url('/banner2.jpg' );
111
+ background-image : url (https://gw.alipayobjects.com/zos/rmsportal/TVYTbAXWheQpRcWDaDMu.svg );
111
112
background-repeat :no-repeat ;
112
113
background-size : 100% 100% ;
113
114
align-items : center ;
You can’t perform that action at this time.
0 commit comments