瀏覽代碼

fix:去掉下划线

luoy 3 周之前
父節點
當前提交
b30f50be1c
共有 1 個文件被更改,包括 3 次插入0 次删除
  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%;
 	justify-content: start;
 }
+:deep(.el-link.is-underline:hover:after) {
+	display: none;
+}
 </style>