Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-09-26 17:16:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6ee55f5f8610c44ec2b0d06dfcc9daadbee4ecaa
6ee55f5f
1 parent
57fedb8e
fix
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
src/pages/activityDetail/index.vue
src/pages/createActivity/index.less
src/pages/index/index.vue
src/pages/activityDetail/index.vue
View file @
6ee55f5
<!--
* @Date: 2022-09-26 14:36:57
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-09-26 16:
08:19
* @LastEditTime: 2022-09-26 16:
54:36
* @FilePath: /swx/src/pages/activityDetail/index.vue
* @Description: 文件描述
-->
...
...
@@ -118,14 +118,14 @@
每天早七点,一起八段锦!
</view>
</view>
<view>
</view>
<view style="height: 6rem;"></view>
<activity-bar />
</template>
<script setup>
import img_demo from '@/images/demo@2x.png'
import img_demo1 from '@/images/demo@2x-1.png'
import activityBar from '@/components/activity-bar.vue'
import { ref } from "vue";
const str = ref('demo')
...
...
src/pages/createActivity/index.less
View file @
6ee55f5
...
...
@@ -182,7 +182,7 @@
/*调整下划线的宽度占百分之百 高度是3px */
background-size: 100% 1vw;
/* 调整下划线的起始位置 左侧是0 上边是1.15em */
background-position: 0 1rem;
background-position: 0 1
.25
rem;
}
.picker-toolbar {
...
...
src/pages/index/index.vue
View file @
6ee55f5
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-09-2
1 15:27:48
* @LastEditTime: 2022-09-2
6 17:07:34
* @FilePath: /swx/src/pages/index/index.vue
* @Description: 首页
-->
...
...
@@ -21,6 +21,7 @@
<view style="padding: 0 1rem;">
<activity-card v-for="(item, index) in activity_list" :key="index" :data="item"></activity-card>
</view>
<view style="height: 6rem;"></view>
<navbar activated="home" />
</template>
...
...
Please
register
or
login
to post a comment