Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-im
提交
36cf7433
U
uni-im
项目概览
DCloud
/
uni-im
通知
3
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-im
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
36cf7433
编写于
6月 17, 2024
作者:
DCloud_JSON
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
更新 flex.scss
上级
b559574b
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
44 addition
and
16 deletion
+44
-16
components/uni-im-info-card/uni-im-info-card.vue
components/uni-im-info-card/uni-im-info-card.vue
+4
-3
components/uni-im-msg/types/text.vue
components/uni-im-msg/types/text.vue
+1
-0
static/flex.scss
static/flex.scss
+39
-13
未找到文件。
components/uni-im-info-card/uni-im-info-card.vue
浏览文件 @
36cf7433
...
@@ -140,7 +140,7 @@
...
@@ -140,7 +140,7 @@
justify-content
:
center
;
justify-content
:
center
;
overflow
:
hidden
;
overflow
:
hidden
;
margin-left
:
5px
;
margin-left
:
5px
;
flex-shrink
:
1
;
.row
{
.row
{
flex-direction
:
row
;
flex-direction
:
row
;
align-items
:
center
;
align-items
:
center
;
...
@@ -213,6 +213,7 @@
...
@@ -213,6 +213,7 @@
flex-direction
:
row
;
flex-direction
:
row
;
overflow
:
hidden
;
overflow
:
hidden
;
align-items
:
center
;
align-items
:
center
;
flex-shrink
:
1
;
.red-note
{
.red-note
{
font-size
:
12px
;
font-size
:
12px
;
...
...
components/uni-im-msg/types/text.vue
浏览文件 @
36cf7433
...
@@ -84,6 +84,7 @@
...
@@ -84,6 +84,7 @@
border-radius
:
10px
;
border-radius
:
10px
;
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
min-width
:
30px
;
min-width
:
30px
;
flex-shrink
:
1
;
.msg-text
{
.msg-text
{
padding
:
10px
;
padding
:
10px
;
font-size
:
15px
;
font-size
:
15px
;
...
...
static/flex.scss
浏览文件 @
36cf7433
page
,
view
,
page
:
:
v-deep
{
:
:
v-deep
view
{
uni-view
,
uni-label
,
uni-swiper-item
,
uni-scroll-view
{
display
:
flex
;
display
:
flex
;
flex-shrink
:
0
;
flex-grow
:
0
;
flex-basis
:
auto
;
align-items
:
stretch
;
align-content
:
flex-start
;
}
uni-button
{
margin
:
0
;
}
uni-view
,
uni-label
,
uni-swiper-item
{
flex-direction
:
column
;
flex-direction
:
column
;
box-sizing
:
border-box
;
}
}
page
,
page
:
:
v-deep
{
uni-view
,
text
,
button
,
scroll-view
{
uni-image
,
uni-input
,
uni-scroll-view
,
uni-swiper
,
uni-swiper-item
,
uni-text
,
uni-textarea
,
uni-video
{
position
:
relative
;
border
:
0px
solid
#000000
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
}
label
{
display
:
flex
;
uni-swiper-item
{
position
:
absolute
;
}
}
}
}
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录