From 5184c78d9a27578795429a47dd6bff8fabd2a180 Mon Sep 17 00:00:00 2001
From: liweijie0812 <674416404@qq.com>
Date: Wed, 12 Jul 2023 16:29:42 +0800
Subject: [PATCH] fix: t-link hover color (#565)
---
.../dashboard/base/components/RankList.vue | 4 +--
src/pages/detail/advanced/index.vue | 9 +++---
src/pages/detail/deploy/index.vue | 9 +++---
src/pages/list/base/index.vue | 6 ++--
src/pages/list/components/CommonTable.vue | 6 ++--
src/style/reset.less | 31 -------------------
stylelint.config.js | 6 ++++
7 files changed, 26 insertions(+), 45 deletions(-)
diff --git a/src/pages/dashboard/base/components/RankList.vue b/src/pages/dashboard/base/components/RankList.vue
index 9cafa36..d9a1e6a 100644
--- a/src/pages/dashboard/base/components/RankList.vue
+++ b/src/pages/dashboard/base/components/RankList.vue
@@ -20,7 +20,7 @@
- 详情
+ 详情
@@ -43,7 +43,7 @@
- 详情
+ 详情
diff --git a/src/pages/detail/advanced/index.vue b/src/pages/detail/advanced/index.vue
index 2e2d9f3..928de5d 100644
--- a/src/pages/detail/advanced/index.vue
+++ b/src/pages/detail/advanced/index.vue
@@ -87,8 +87,10 @@
- 管理
- 删除
+
+ 管理
+ 删除
+
@@ -128,7 +130,6 @@ export default {
import { onMounted, ref } from 'vue';
import { getPurchaseList } from '@/api/detail';
-import { prefix } from '@/config/global';
import Product from './components/Product.vue';
import { BASE_INFO_DATA, PRODUCT_LIST, TABLE_COLUMNS_DATA as columns } from './constants';
@@ -188,5 +189,5 @@ const onConfirm = () => {
diff --git a/src/pages/detail/deploy/index.vue b/src/pages/detail/deploy/index.vue
index 1fa50ce..9109585 100644
--- a/src/pages/detail/deploy/index.vue
+++ b/src/pages/detail/deploy/index.vue
@@ -40,8 +40,10 @@
- 管理
- 删除
+
+ 管理
+ 删除
+
@@ -84,7 +86,6 @@ import { CanvasRenderer } from 'echarts/renderers';
import { computed, onMounted, onUnmounted, ref, watch } from 'vue';
import { getProjectList } from '@/api/detail';
-import { prefix } from '@/config/global';
import { useSettingStore } from '@/store';
import { changeChartsTheme } from '@/utils/color';
@@ -197,7 +198,7 @@ const deleteClickOp = (e: { rowIndex: number }) => {