除了颜色选择图片,注册页面
This commit is contained in:
@@ -672,6 +672,7 @@ export default defineComponent({
|
||||
let submit = (value:any)=>{
|
||||
Https.axiosPost(Https.httpUrls.questionnaire, value).then(
|
||||
(rv) => {
|
||||
alert('提交成功!')
|
||||
}
|
||||
).catch(res=>{
|
||||
});
|
||||
@@ -783,7 +784,7 @@ export default defineComponent({
|
||||
border: 2px solid rgb(173, 173, 173);
|
||||
}
|
||||
input,select{
|
||||
height: 40px;
|
||||
height: 7rem;
|
||||
}
|
||||
input,
|
||||
button,
|
||||
|
||||
Reference in New Issue
Block a user