Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Y
yongxinda-h5
Project
Project
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
Graph
比较
统计图
议题
0
议题
0
列表
看板
标记
Milestones
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
刘旭
yongxinda-h5
Commits
1b5ebcc4
提交
1b5ebcc4
authored
11月 03, 2022
作者:
刘旭
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
测试
上级
d712389b
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
15 行增加
和
6 行删除
+15
-6
drag-and-drop-sort.vue
src/pages/productLine/drag-and-drop-sort.vue
+6
-2
productLine.vue
src/pages/productLine/productLine.vue
+9
-4
没有找到文件。
src/pages/productLine/drag-and-drop-sort.vue
浏览文件 @
1b5ebcc4
...
...
@@ -25,7 +25,12 @@
<view
style=
"display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background-color: #fff;"
>
<u-section
title=
"今日热门"
:right=
"false"
style=
"margin-left: 20rpx;"
:show-line=
"false"
></u-section>
<u-section
title=
"今日热门"
:right=
"false"
style=
"margin-left: 20rpx;"
:show-line=
"false"
></u-section>
<!--
<view
class=
""
>
上班级系列
</view>
-->
<!--
<image
:src=
"item.url"
style=
"width: 80%; height: 80%;"
/>
-->
</view>
...
...
@@ -121,7 +126,6 @@ export default {
/** 处理手指触摸后移动 */
handleTouchmove
(
event
)
{
console
.
log
(
event
);
const
{
pageX
,
pageY
}
=
event
.
touches
[
0
];
// 获取移动的差
...
...
src/pages/productLine/productLine.vue
浏览文件 @
1b5ebcc4
...
...
@@ -11,7 +11,7 @@
/>
</view>
<view
class=
"u-menu-wrap"
>
<view
style=
"position: fixed; left:
0
;"
>
<view
style=
"position: fixed; left:
2%; top: 15%
;"
>
<!--
<scroll-view
scroll-y
scroll-with-animation
...
...
@@ -69,6 +69,11 @@
<text class="u-line-1">{{ item.name }}</text>
</view>
</scroll-view> -->
<block
v-for=
"item in 15"
>
<view
class=
""
>
<image
style=
"width: 80px; height: 80px;"
src=
"../../static/logo.png"
mode=
""
></image>
</view>
</block>
</view>
</view>
</view>
...
...
@@ -159,11 +164,11 @@ initIndex();
}
.u-wrap
{
height
:
calc
(
100vh
);
//
height: calc(100vh);
/* #ifdef H5 */
// height: calc(100vh - var(--window-top));
min-height
:
100vh
;
max-height
:
2000px
;
//
min-height: 100vh;
//
max-height: 2000px;
/* #endif */
display
:
flex
;
flex-direction
:
column
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论