diff --git a/frontend/src/assets/style/arco-reset.less b/frontend/src/assets/style/arco-reset.less
new file mode 100644
index 0000000000..9add0f4c02
--- /dev/null
+++ b/frontend/src/assets/style/arco-reset.less
@@ -0,0 +1,19 @@
+/** 表格样式 **/
+.arco-table-cell {
+ .circle {
+ display: inline-block;
+ margin-right: 4px;
+ width: 6px;
+ height: 6px;
+ border-radius: 50%;
+ background-color: rgb(var(--blue-6));
+ &.pass {
+ background-color: rgb(var(--green-6));
+ }
+ }
+}
+
+/** Tabs 组件样式 **/
+.arco-tabs-nav-add-btn {
+ font-size: var(--font-size-base);
+}
diff --git a/frontend/src/assets/style/global.less b/frontend/src/assets/style/global.less
index d99b6322fd..9320ecb7cd 100644
--- a/frontend/src/assets/style/global.less
+++ b/frontend/src/assets/style/global.less
@@ -1,3 +1,5 @@
+@import url('./arco-reset.less');
+
@tailwind base;
@tailwind components;
@tailwind utilities;
@@ -74,16 +76,3 @@ body {
.split-line {
border-color: rgb(var(--gray-2));
}
-.arco-table-cell {
- .circle {
- display: inline-block;
- margin-right: 4px;
- width: 6px;
- height: 6px;
- border-radius: 50%;
- background-color: rgb(var(--blue-6));
- &.pass {
- background-color: rgb(var(--green-6));
- }
- }
-}
diff --git a/frontend/src/views/minder/index.vue b/frontend/src/views/minder/index.vue
index 0d0b330aee..ad2273cf63 100644
--- a/frontend/src/views/minder/index.vue
+++ b/frontend/src/views/minder/index.vue
@@ -1,5 +1,5 @@
-
+ /> -->
+
+
+
+ Tab 1
+ Content of Tab Panel 1
+
+
+ Tab 2
+ Content of Tab Panel 2
+
+
+ Tab 3
+ Content of Tab Panel 3
+
+
+
+
+ {{ item?.content }}
+
+
+
-