From 7975c7bdd7fc06f954cdf6bfe263f839d5dee33b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9E=97=E5=BF=97=E5=86=9B?= <543024265@qq.com>
Date: Fri, 27 Jun 2025 09:34:21 +0800
Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E8=83=BD=E6=96=B9=E6=A1=88=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../enterpriseKnowledge/brandMaterials.less | 8 ++++++++
.../enterpriseKnowledge/brandMaterials.vue | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/src/views/property-marketing/enterpriseKnowledge/brandMaterials.less b/src/views/property-marketing/enterpriseKnowledge/brandMaterials.less
index 23e6a7c..26aec80 100644
--- a/src/views/property-marketing/enterpriseKnowledge/brandMaterials.less
+++ b/src/views/property-marketing/enterpriseKnowledge/brandMaterials.less
@@ -56,12 +56,14 @@
margin: 20px 20px;
}
+ //添加按钮
.add-btn {
font-size: 16px;
padding: 0 24px;
border-radius: 4px;
}
+ //分页
.materials-page {
background: #fff;
border-radius: 8px;
@@ -179,4 +181,10 @@
.a-modal .a-modal-footer {
justify-content: flex-end;
}
+
+ //弹窗样式
+ .a-modal-title {
+ position: absolute;
+ left: 10px;
+ }
}
diff --git a/src/views/property-marketing/enterpriseKnowledge/brandMaterials.vue b/src/views/property-marketing/enterpriseKnowledge/brandMaterials.vue
index 3beb3aa..5c541d9 100644
--- a/src/views/property-marketing/enterpriseKnowledge/brandMaterials.vue
+++ b/src/views/property-marketing/enterpriseKnowledge/brandMaterials.vue
@@ -87,7 +87,7 @@
@cancel="handleModalCancel"
>
- {{ form.id > 0 ? '编辑品牌' : '新增品牌' }}
+ {{ form.id > 0 ? '编辑品牌' : '新增品牌' }}