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 ? '编辑品牌' : '新增品牌' }}