From 255ca31cfaa92916b25ea51b88c535117035dcce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com>
Date: Fri, 7 Feb 2025 11:53:51 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=86=85=E5=AE=B9=E5=8C=BA?=
=?UTF-8?q?=E5=9F=9F=E6=A0=B7=E5=BC=8F=E8=AE=BE=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../article/data-article-content.vue | 195 ++++++++++++++++++
.../article/data-article-styles.vue | 57 +++++
.../goods/data-goods-content.vue | 169 +++++++++++++++
.../goods/data-goods-styles.vue | 57 +++++
4 files changed, 478 insertions(+)
create mode 100644 src/components/common/data-tabs-common/article/data-article-content.vue
create mode 100644 src/components/common/data-tabs-common/article/data-article-styles.vue
create mode 100644 src/components/common/data-tabs-common/goods/data-goods-content.vue
create mode 100644 src/components/common/data-tabs-common/goods/data-goods-styles.vue
diff --git a/src/components/common/data-tabs-common/article/data-article-content.vue b/src/components/common/data-tabs-common/article/data-article-content.vue
new file mode 100644
index 00000000..426cb762
--- /dev/null
+++ b/src/components/common/data-tabs-common/article/data-article-content.vue
@@ -0,0 +1,195 @@
+
+
+ 展示设置
+
+
+ {{ item.name }}
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+ 列表设置
+
+
+ {{ item.name }}
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+ 角标设置
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/common/data-tabs-common/article/data-article-styles.vue b/src/components/common/data-tabs-common/article/data-article-styles.vue
new file mode 100644
index 00000000..312cf31f
--- /dev/null
+++ b/src/components/common/data-tabs-common/article/data-article-styles.vue
@@ -0,0 +1,57 @@
+
+
+
+
+ 内容样式
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/common/data-tabs-common/goods/data-goods-content.vue b/src/components/common/data-tabs-common/goods/data-goods-content.vue
new file mode 100644
index 00000000..5d072c3b
--- /dev/null
+++ b/src/components/common/data-tabs-common/goods/data-goods-content.vue
@@ -0,0 +1,169 @@
+
+
+
+
+ {{ item.name }}
+
+
+
+
+ 单列展示
+ 两列展示
+ 三列展示
+ 四列展示
+
+
+
+
+
+
+
+
+ 角标设置
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/common/data-tabs-common/goods/data-goods-styles.vue b/src/components/common/data-tabs-common/goods/data-goods-styles.vue
new file mode 100644
index 00000000..5ba9e379
--- /dev/null
+++ b/src/components/common/data-tabs-common/goods/data-goods-styles.vue
@@ -0,0 +1,57 @@
+
+
+
+
+ 内容样式
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file