From 5b1e7a743f3f091bef40216d996c5a4e77974947 Mon Sep 17 00:00:00 2001
From: rd <1344903914@qq.com>
Date: Wed, 9 Jul 2025 11:30:25 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E7=AC=94=E8=AE=B0?=
=?UTF-8?q?=E9=93=BE=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/property-marketing/component.scss | 3 ++-
.../components/add-account-modal/index.vue | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/src/views/property-marketing/component.scss b/src/views/property-marketing/component.scss
index 14e6920..c23d0db 100644
--- a/src/views/property-marketing/component.scss
+++ b/src/views/property-marketing/component.scss
@@ -7,7 +7,8 @@
border-color: #d7d7d9;
background-color: #fff;
&:focus-within,
- &.arco-input-focus {
+ &.arco-input-focus,
+ &.arco-textarea-focus {
background-color: var(--color-bg-2);
border-color: rgb(var(--primary-6));
box-shadow: 0 0 0 0 var(--color-primary-light-2);
diff --git a/src/views/property-marketing/media-account/account-manage/components/add-account-modal/index.vue b/src/views/property-marketing/media-account/account-manage/components/add-account-modal/index.vue
index 567df68..85241b6 100644
--- a/src/views/property-marketing/media-account/account-manage/components/add-account-modal/index.vue
+++ b/src/views/property-marketing/media-account/account-manage/components/add-account-modal/index.vue
@@ -115,6 +115,21 @@
+
+
+ 笔记链接
+
+
+
+
+
+
@@ -166,6 +181,7 @@ const INITIAL_FORM = {
platform: 0,
group_id: undefined,
tag_ids: [],
+ note_url: '',
};
const groupOptions = ref([]);