From 051453f94cb4c9d54015d1b9f890b504ac4ecbad Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Thu, 28 Aug 2025 14:59:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/list/job.vue | 12 +- root/NEUIKit/base.scss | 1 + root/NEUIKit/pages/Chat/index.vue | 990 ++++++----- root/NEUIKit/pages/Chat/message/message-input.vue | 1922 ++++++++++----------- 4 files changed, 1482 insertions(+), 1443 deletions(-) diff --git a/components/list/job.vue b/components/list/job.vue index 9ecc449..476e09f 100644 --- a/components/list/job.vue +++ b/components/list/job.vue @@ -20,7 +20,7 @@ - + @@ -115,7 +115,7 @@ - {{ item.fullName || item.agencyName || "-" }} + {{ item.fullName || item.agencyName || "-" }} @@ -130,6 +130,9 @@ + + 选择 + @@ -192,6 +195,7 @@ export default { // 计算属性 computed: { status() { + console.log("this.query", this.query); if (this.query.isFinish >= 0 && this.query.isFinish < this.query.size) { return "nomore"; } else { @@ -417,6 +421,10 @@ export default { checkJob(_item) { this.$emit("checkJob", _item); }, + sendJob(_item){ + this.$emit("sendJob", _item); + + }, submitApply(e) { let that = this; let params = { diff --git a/root/NEUIKit/base.scss b/root/NEUIKit/base.scss index 131cbac..74c6b63 100644 --- a/root/NEUIKit/base.scss +++ b/root/NEUIKit/base.scss @@ -2,6 +2,7 @@ $filter_bg_color: #e3ecfd; $main_bg_color: #1890ff; $page_bg_color: #ededed; $main_color: #1890ff; +@import '../../static/css/base.scss'; image { vertical-align: top; } diff --git a/root/NEUIKit/pages/Chat/index.vue b/root/NEUIKit/pages/Chat/index.vue index c04e2a1..d3c916b 100644 --- a/root/NEUIKit/pages/Chat/index.vue +++ b/root/NEUIKit/pages/Chat/index.vue @@ -1,566 +1,624 @@ diff --git a/root/NEUIKit/pages/Chat/message/message-input.vue b/root/NEUIKit/pages/Chat/message/message-input.vue index 3ddc322..bdb22f0 100644 --- a/root/NEUIKit/pages/Chat/message/message-input.vue +++ b/root/NEUIKit/pages/Chat/message/message-input.vue @@ -14,18 +14,14 @@
{{ t("replyText") }}
- +
:
{{ t("replyNotFindText") }}
- +
{{ "[" + REPLY_MSG_TYPE_MAP[replyMsg && replyMsg.messageType] + "]" }}
@@ -53,8 +49,7 @@
-->
-
+
@@ -69,22 +64,14 @@
- +
- +
-
- +
+
@@ -117,15 +104,13 @@
{{ t("albumText") }}
-
+
{{ t("voiceCallText") }}
-
+
@@ -143,7 +128,12 @@
{{ t("customText") }}
- +
+
+ +
+
{{ "发送职位" }}
+
@@ -157,8 +147,7 @@
- +
@@ -166,1060 +155,1043 @@ - - \ No newline at end of file +} + +.pbInput { + height: "auto"; + position: fixed; + left: 0; + width: 100vw; +} + +// 临时处理方案, 全局样式在这里不生效 +.g_flex_c { + display: flex; + display: -webkit-flex; + justify-content: center; + align-items: center; +} + +.g_p_5 { + padding: 5px; +} + +.g_p_6 { + padding: 6px; +} + +.g_flex_1 { + flex: 1; +} +