Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
map-demo
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
2024-10-10 22:12:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
163fb5f4ae958224f76a2d982ed355fb0d2dbff0
163fb5f4
1 parent
7157f234
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
package.json
src/components/audioList.vue
package.json
View file @
163fb5f
...
...
@@ -10,7 +10,7 @@
"build-ts"
:
"vue-tsc --noEmit && vite build"
,
"serve"
:
"vite preview"
,
"cypress:open"
:
"cypress open"
,
"tar"
:
"tar -czvpf dist.tar.gz
front
"
,
"tar"
:
"tar -czvpf dist.tar.gz
map
"
,
"build_tar"
:
"npm run build && npm run tar"
,
"scp-dev"
:
"scp dist.tar.gz ipadbiz-inner:/opt/space-dev/f"
,
"dec-dev"
:
"ssh ipadbiz-inner 'cd /opt/space-dev/f && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'"
,
...
...
src/components/audioList.vue
View file @
163fb5f
<template>
<div class="audio-list-page">
<van-config-provider :theme-vars="themeVars">
<van-floating-panel v-model:height="info_height" :anchors="anchors" @height-change="onHeightChange">
<van-floating-panel v-model:height="info_height" :anchors="anchors" @height-change="onHeightChange"
style="box-shadow: #d6d6d6b8 -1px -5px 15px 5px;"
>
<template #header>
<div style="display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 1rem 0.5rem 1rem;">
<van-icon name="https://cdn.ipadbiz.cn/bieyuan/map/icon/Group%2054@3x.png" color="#DD7850" size="1.25rem" />
...
...
Please
register
or
login
to post a comment