Skip to content

Commit b566d1c

Browse files
committed
修复取消按钮颜色问题
1 parent c7f7f4d commit b566d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/src/components/LinkDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<!-- 按钮组 -->
9393
<div class="flex justify-end space-x-4 mt-6">
9494
<button type="button" @click="$emit('update:show', false)"
95-
class="px-4 py-2 text-gray-600 dark:text-gray-300 rounded-md hover:text-gray-800 dark:hover:text-gray-100 focus:outline-none">
95+
class="px-4 py-2 rounded-md focus:outline-none bg-gray-100 dark:bg-gray-600 hover:bg-gray-200 dark:hover:bg-gray-700">
9696
取消
9797
</button>
9898
<button type="submit"

0 commit comments

Comments
 (0)