Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello uni-app x
提交
48168646
H
hello uni-app x
项目概览
DCloud
/
hello uni-app x
通知
5995
Star
90
Fork
162
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
18
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello uni-app x
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
18
Issue
18
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
48168646
编写于
2月 20, 2024
作者:
DCloud_iOS_WZT
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'dev' of
https://gitcode.net/dcloud/hello-uni-app-x
into dev
上级
a0afa289
14357360
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
10 addition
and
5 deletion
+10
-5
pages/API/preview-image/preview-image.uvue
pages/API/preview-image/preview-image.uvue
+6
-5
pages/CSS/layout/z-index.uvue
pages/CSS/layout/z-index.uvue
+4
-0
未找到文件。
pages/API/preview-image/preview-image.uvue
浏览文件 @
48168646
...
...
@@ -20,9 +20,9 @@
</view>
<view style="background-color: white">
<text class="text-desc">点击图片开始预览</text>
<view class="cell-ct" style="
background-color: #eeeeee; padding: 8px
">
<view class="cell-ct" style="
margin: 8px;
">
<view class="cell cell-choose-image" v-for="(image, index) in imageList" :key="index">
<image style="width: 10
5px; height: 105
px" mode="aspectFit" :src="image" @click="previewImage(index)">
<image style="width: 10
0px; height: 100
px" mode="aspectFit" :src="image" @click="previewImage(index)">
</image>
</view>
<image class="cell cell-choose-image" src="/static/plus.png" @click="chooseImage">
...
...
@@ -104,9 +104,10 @@
}
.cell {
margin-left: 7px;
width: 105px;
height: 105px;
margin-left: 3px;
margin-right: 3px;
width: 100px;
height: 100px;
}
.cell-choose-image {
...
...
pages/CSS/layout/z-index.uvue
浏览文件 @
48168646
...
...
@@ -22,6 +22,10 @@
<view class="common" style="background-color: blue;top: -75px;left: 175px;">
<text>z-index: 0</text>
</view>
<view class="common fixed" style="background-color: chocolate;top: 250px;left: 175px;z-index: -1;">
<text>position: fixed</text>
<text>z-index: -1</text>
</view>
</view>
</view>
</template>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录