修改注册名
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<section class="askForm">
|
||||
<section class="AppForm">
|
||||
<template v-if="showDetail">
|
||||
<form-detail/>
|
||||
</template>
|
||||
@@ -13,7 +13,7 @@ import FormDetail from "./formDetail";
|
||||
import AiResult from "../../components/AiResult";
|
||||
|
||||
export default {
|
||||
name: "askForm",
|
||||
name: "AppForm",
|
||||
appName: "问卷表单",
|
||||
components: {AiResult, FormDetail},
|
||||
computed: {
|
||||
@@ -29,7 +29,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.askForm {
|
||||
.AppForm {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user