feat:首页样式联调

This commit is contained in:
du.meimei
2025-03-14 18:25:39 +08:00
parent 5f25815b8e
commit c4acd8a5c4
32 changed files with 902 additions and 526 deletions

View File

@@ -69,8 +69,8 @@ onMounted(() => {
</script>
<template>
<van-cell style="position: relative; z-index: 1">
<div style="text-align: left">新建问卷</div>
<van-cell class="create_survey">
<div style="color: #000; text-align: left">新建问卷</div>
<van-row>
<van-col
v-for="survey in surveys"
@@ -87,6 +87,11 @@ onMounted(() => {
</template>
<style lang="scss" scoped>
.create_survey {
padding: 15px;
color: #000;
}
.survey {
display: flex;
flex-direction: column;