Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FE_COMMON_LIB
qmp-im-s
Commits
2f3cae87
Commit
2f3cae87
authored
2 months ago
by
王翔
Browse files
Options
Download
Email Patches
Plain Diff
fix: 输入框样式调整
parent
b6691918
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
lib/export.css
+1
-1
lib/export.css
lib/qmp-im-s.js
+1813
-1819
lib/qmp-im-s.js
lib/qmp-im-s.umd.cjs
+14
-14
lib/qmp-im-s.umd.cjs
src/components/chat-module/components/chat-footer/components/ChatEmoji.vue
+5
-1
...at-module/components/chat-footer/components/ChatEmoji.vue
src/components/chat-module/components/chat-footer/components/MoreTool.vue
+3
-8
...hat-module/components/chat-footer/components/MoreTool.vue
src/components/chat-module/components/chat-footer/index.vue
+1
-1
src/components/chat-module/components/chat-footer/index.vue
src/components/chat-module/index.vue
+2
-1
src/components/chat-module/index.vue
with
1839 additions
and
1845 deletions
+1839
-1845
lib/export.css
+
1
-
1
View file @
2f3cae87
This diff is collapsed.
Click to expand it.
lib/qmp-im-s.js
+
1813
-
1819
View file @
2f3cae87
This diff is collapsed.
Click to expand it.
lib/qmp-im-s.umd.cjs
+
14
-
14
View file @
2f3cae87
This diff is collapsed.
Click to expand it.
src/components/chat-module/components/chat-footer/components/ChatEmoji.vue
+
5
-
1
View file @
2f3cae87
...
...
@@ -14,7 +14,11 @@
</
template
>
<
template
#reference
>
<div
class=
"dfac mr10"
>
<i
class=
"icon-qmp-im icon-link-desktopbiaoqing fs22 hand editor-tool-item"
></i>
<img
class=
"icon-qmp-im icon-link-desktopjia fc6 fs16 hand editor-tool-item"
style=
"width: 22px; height: 22px; opacity: 0.8"
src=
"@/assets/svg/biaoqing.svg"
/>
</div>
</
template
>
</el-popover>
...
...
This diff is collapsed.
Click to expand it.
src/components/chat-module/components/chat-footer/components/MoreTool.vue
+
3
-
8
View file @
2f3cae87
...
...
@@ -14,18 +14,13 @@
@
success=
"handleSendImg"
>
<div
class=
"dfa"
>
<i
class=
"icon-qmp-im icon-link-desktoptupian fs2
4
editor-tool-item"
></i>
<i
class=
"icon-qmp-im icon-link-desktoptupian fs2
0
editor-tool-item"
></i>
<span
class=
"ml4 fs16"
>
发送图片
</span>
</div>
</UploadFile>
<UploadFile
@
success=
"handleSendFile"
:multiple=
"true"
>
<div
class=
"dfa mt4"
>
<img
class=
"icon-qmp-im icon-link-desktopjia fc6 fs16 hand editor-tool-item"
style=
"width: 22px; height: 22px; opacity: 0.6"
src=
"@/assets/svg/biaoqing.svg"
/>
<i
class=
"icon-qmp-im icon-link-desktopwenjianjia fs20 editor-tool-item"
></i>
<span
class=
"ml4 fs16"
>
发送文件
</span>
</div>
</UploadFile>
...
...
@@ -35,7 +30,7 @@
<div
class=
"dfac mr10"
>
<img
class=
"icon-qmp-im icon-link-desktopjia fc6 fs16 hand editor-tool-item"
style=
"width: 22px; height: 22px; opacity: 0.
6
"
style=
"width: 22px; height: 22px; opacity: 0.
8
"
src=
"@/assets/svg/tianjia.svg"
/>
<!--
<i
class=
"icon-qmp-im icon-link-desktopjia fc3 fs18 hand editor-tool-item"
></i>
-->
...
...
This diff is collapsed.
Click to expand it.
src/components/chat-module/components/chat-footer/index.vue
+
1
-
1
View file @
2f3cae87
...
...
@@ -735,7 +735,7 @@ defineExpose({ setHtmlMsg, clear, focus, getAtMembers });
position
:
absolute
;
z-index
:
1
;
bottom
:
0
;
padding
:
0
4
px
;
padding
:
12
px
;
&
.richtext
{
height
:
calc
(
100vh
-
120px
);
...
...
This diff is collapsed.
Click to expand it.
src/components/chat-module/index.vue
+
2
-
1
View file @
2f3cae87
...
...
@@ -61,7 +61,7 @@
>
</ChatMain>
</el-main>
<el-footer
class=
"chat-room-footer"
height=
"
4
6px"
>
<el-footer
class=
"chat-room-footer"
height=
"
6
6px"
>
<ChatFooter
v-if=
"activeItem.is_dissolution === 0 && activeItem.in_channel === 1"
:isRoom=
"isRoom"
...
...
@@ -797,6 +797,7 @@ defineExpose({
position
:
relative
;
background
:
rgb
(
243
,
244
,
246
);
padding
:
0
;
padding-bottom
:
env
(
safe-area-inset-bottom
);
}
.empty-chatting
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment