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 2626 </a-form-item >
2727
2828 <a-form-item
29-
3029 :label-col =" { span: 5 }"
3130 :wrapper-col =" { span: 16 }"
3231 label =" Logo"
6463 components: {}
6564})
6665 export default class WxModal extends Vue {
67- @Provide () visible: Boolean = false
66+ @Provide () visible: Boolean = false
6867 @Provide () confirmLoading: Boolean = false ;
6968 @Provide () form: any = null
7069 @Provide () fileList: Array <any > = []
144143 }
145144 return false
146145 }
147- // handleSelectChange(value:any) {
148- // console.log(value)
149- // this.form.setFieldsValue({
150- // note: `Hi, ${value === 'male' ? 'man' : 'lady'}!`
151- // })
152- // }
153146 }
154147 </script >
155148
Original file line number Diff line number Diff line change @@ -104,10 +104,11 @@ $color:red;
104104
105105.login-container {
106106 width :100% ;
107+ background : #f0f2f5 ;
107108 min-height :100% ;
108109 min-width : 1200px ;
109110 box-shadow : 2px 2px 20px #eeeeee ;
110- // background-image: url('/banner2.jpg' );
111+ background-image : url (https://gw.alipayobjects.com/zos/rmsportal/TVYTbAXWheQpRcWDaDMu.svg );
111112 background-repeat :no-repeat ;
112113 background-size : 100% 100% ;
113114 align-items : center ;
You can’t perform that action at this time.
0 commit comments