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