Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-04-24 12:15:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
35550544d8640f659cfd16f8c6b142ba6af4110f
35550544
1 parent
e271bd57
细节优化
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
13 deletions
src/views/client/chooseBook.vue
src/views/client/index.vue
src/views/index.vue
src/views/client/chooseBook.vue
View file @
3555054
...
...
@@ -2,14 +2,7 @@
<div class="choose-book-page content-bg">
<div class="modify-top"></div>
<div class="belong-school">
<van-image
round
width="2rem"
height="2rem"
lazy-load
src="https://cdn.jsdelivr.net/npm/@vant/assets/cat.jpeg"
style="vertical-align: text-bottom;"
>
<van-image round width="2rem" height="2rem" lazy-load src="https://cdn.jsdelivr.net/npm/@vant/assets/cat.jpeg" style="vertical-align: text-bottom;" >
<template v-slot:error>加载失败</template>
</van-image>
<p class="title">杨浦民办科技幼稚园</p>
...
...
src/views/client/index.vue
View file @
3555054
<template>
<div style="background-color: white;height:100%; overflow:auto;">
<div class="client-index-page">
<div class="cloud-bg"></div>
</div>
...
...
@@ -15,9 +14,6 @@
</div>
</div>
</div>
</div>
<!-- <div class="van-safe-area-bottom"></div> -->
</template>
<script setup>
...
...
src/views/index.vue
View file @
3555054
<template>
<div>
vant template
</div>
<div></div>
</template>
<script setup>
...
...
Please
register
or
login
to post a comment