@@ -1,6 +1,6 @@
<template>
<div style="margin-right: 10px;">
- <el-link style="color: #fff;" @click="handleOpen">问题反馈</el-link>
+ <el-link class="top-feedback--text" @click="handleOpen">问题反馈</el-link>
<el-dialog
title="问题反馈"
:visible.sync="box"
@@ -43,4 +43,8 @@
}
+
+ .top-feedback--text {
+ color: #fff !important;
+ }
@@ -143,4 +143,8 @@
color: #fff;
+.top-feedback--text {
@@ -54,4 +54,8 @@
+ color: #606266 !important;
+ color: #ccc !important;
@@ -42,4 +42,8 @@
border-bottom: none !important;
+ color: #409eff !important;
@@ -73,4 +73,8 @@
+ color: #333 !important;
@@ -33,4 +33,7 @@
@@ -92,4 +92,8 @@
@@ -89,4 +89,7 @@
+ color: $color !important;
@@ -117,4 +117,8 @@