Browse Source

fix:去掉下划线

luoy 3 weeks ago
parent
commit
b30f50be1c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/marketing/config/index.vue

+ 3 - 0
src/views/marketing/config/index.vue

@@ -157,4 +157,7 @@ const handleDelete = async (ids: string[]) => {
 	width: 100%;
 	width: 100%;
 	justify-content: start;
 	justify-content: start;
 }
 }
+:deep(.el-link.is-underline:hover:after) {
+	display: none;
+}
 </style>
 </style>