Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello uni-app x
提交
5086d7b1
H
hello uni-app x
项目概览
DCloud
/
hello uni-app x
通知
6058
Star
93
Fork
166
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
19
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello uni-app x
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
19
Issue
19
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
5086d7b1
编写于
12月 17, 2024
作者:
Anne_LXM
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
清理无用的css
上级
9e6b688a
变更
17
隐藏空白更改
内联
并排
Showing
17 changed file
with
2 addition
and
91 deletion
+2
-91
pages/component/ad/ad.uvue
pages/component/ad/ad.uvue
+0
-4
pages/component/ad/list-view-ad.uvue
pages/component/ad/list-view-ad.uvue
+0
-4
pages/component/button/button.uvue
pages/component/button/button.uvue
+0
-6
pages/component/button/privacy.uvue
pages/component/button/privacy.uvue
+0
-4
pages/component/global-events/touch-events.uvue
pages/component/global-events/touch-events.uvue
+0
-4
pages/component/map/map.uvue
pages/component/map/map.uvue
+0
-11
pages/component/progress/progress.uvue
pages/component/progress/progress.uvue
+0
-6
pages/component/radio/radio.uvue
pages/component/radio/radio.uvue
+0
-6
pages/component/rich-text/rich-text-complex.uvue
pages/component/rich-text/rich-text-complex.uvue
+0
-4
pages/component/rich-text/rich-text-tags.uvue
pages/component/rich-text/rich-text-tags.uvue
+1
-5
pages/component/scroll-view/refresh-box/refresh-box.uvue
pages/component/scroll-view/refresh-box/refresh-box.uvue
+0
-5
pages/component/scroll-view/scroll-view-refresher-props.uvue
pages/component/scroll-view/scroll-view-refresher-props.uvue
+0
-6
pages/component/slider/slider-maxValue.uvue
pages/component/slider/slider-maxValue.uvue
+0
-4
pages/component/slider/slider.uvue
pages/component/slider/slider.uvue
+0
-6
pages/component/textarea/textarea.uvue
pages/component/textarea/textarea.uvue
+0
-6
pages/component/unicloud-db/unicloud-db/mixin-datacom/datacom.uvue
...ponent/unicloud-db/unicloud-db/mixin-datacom/datacom.uvue
+1
-5
pages/component/view/view.uvue
pages/component/view/view.uvue
+0
-5
未找到文件。
pages/component/ad/ad.uvue
浏览文件 @
5086d7b1
...
...
@@ -37,7 +37,3 @@
}
}
</script>
<style>
</style>
pages/component/ad/list-view-ad.uvue
浏览文件 @
5086d7b1
...
...
@@ -42,7 +42,3 @@
}
}
</script>
<style>
</style>
pages/component/button/button.uvue
浏览文件 @
5086d7b1
...
...
@@ -94,12 +94,6 @@
justify-content: center;
}
.main .list-item {
width: 100%;
height: 100px;
border: 1px solid #666;
}
.custom-btn {
color: #ffffff;
background-color: #1AAD19;
...
...
pages/component/button/privacy.uvue
浏览文件 @
5086d7b1
...
...
@@ -73,10 +73,6 @@
border-radius: 12px;
}
.mt-10 {
margin-top: 10px;
}
.button {
border: 0px;
border-radius: 0px;
...
...
pages/component/global-events/touch-events.uvue
浏览文件 @
5086d7b1
...
...
@@ -115,10 +115,6 @@
height: 100px;
}
.msg-text {
margin-bottom: 100px;
}
.title1 {
margin-top: 10px;
font-size: 18px;
...
...
pages/component/map/map.uvue
浏览文件 @
5086d7b1
...
...
@@ -726,17 +726,6 @@
padding: 10px;
}
.list-item {
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
padding: 5px 0px;
}
.list-text {
flex: 1;
}
.button {
margin-top: 5px;
margin-bottom: 5px;
...
...
pages/component/progress/progress.uvue
浏览文件 @
5086d7b1
...
...
@@ -134,12 +134,6 @@
justify-content: center;
}
.main .list-item {
width: 100%;
height: 100px;
border: 1px solid #666;
}
.progress-box {
height: 25px;
margin-bottom: 30px;
...
...
pages/component/radio/radio.uvue
浏览文件 @
5086d7b1
...
...
@@ -191,12 +191,6 @@
justify-content: center;
}
.main .list-item {
width: 100%;
height: 100px;
border: 1px solid #666;
}
.uni-list-cell {
justify-content: flex-start;
}
...
...
pages/component/rich-text/rich-text-complex.uvue
浏览文件 @
5086d7b1
...
...
@@ -49,7 +49,3 @@
}
}
</script>
<style>
</style>
pages/component/rich-text/rich-text-tags.uvue
浏览文件 @
5086d7b1
...
...
@@ -320,8 +320,4 @@
name : string,
html : Array<UTSJSONObject>
}
</script>
<style>
</style>
</script>
pages/component/scroll-view/refresh-box/refresh-box.uvue
浏览文件 @
5086d7b1
<template>
<view slot="refresher" class="refresh-box">
<image v-if="state == 2" class="refresh-icon" src="/static/template/custom-refresher/refresh-box/run.gif" mode="widthFix"></image>
<text class="tip-text">{{text[state]}}</text>
</view>
</template>
<script>
...
...
@@ -18,9 +16,6 @@
state: {
type: Number,
default: 0
},
methods: {
}
}
}
...
...
pages/component/scroll-view/scroll-view-refresher-props.uvue
浏览文件 @
5086d7b1
...
...
@@ -160,12 +160,6 @@
text-align: center;
}
.picker-view {
width: 100%;
height: 320px;
margin-top: 10px;
}
.switch-refresher-group {
flex-direction: row;
margin-top: 5px;
...
...
pages/component/slider/slider-maxValue.uvue
浏览文件 @
5086d7b1
...
...
@@ -31,7 +31,3 @@
}
}
</script>
<style>
</style>
pages/component/slider/slider.uvue
浏览文件 @
5086d7b1
...
...
@@ -176,12 +176,6 @@
justify-content: center;
}
.main .list-item {
width: 100%;
height: 100px;
border: 1px solid #666;
}
.m-l-a {
margin-left: auto;
}
...
...
pages/component/textarea/textarea.uvue
浏览文件 @
5086d7b1
...
...
@@ -177,12 +177,6 @@
justify-content: center;
}
.main .list-item {
width: 100%;
height: 100px;
border: 1px solid #666;
}
.textarea-wrap {
flex-direction: row;
justify-content: center;
...
...
pages/component/unicloud-db/unicloud-db/mixin-datacom/datacom.uvue
浏览文件 @
5086d7b1
...
...
@@ -63,8 +63,4 @@
}
}
}
</script>
<style>
</style>
</script>
pages/component/view/view.uvue
浏览文件 @
5086d7b1
...
...
@@ -58,11 +58,6 @@
background-color: white;
}
.text {
color: #777;
font-size: 13px;
}
.is-hover {
background-color: #179b16;
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录