除了颜色选择图片,注册页面

This commit is contained in:
X1627315083
2024-06-26 17:26:31 +08:00
parent 15077d37ea
commit c661454590
43 changed files with 1494 additions and 271 deletions

View File

@@ -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,