We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f7f4d commit b566d1cCopy full SHA for b566d1c
front/src/components/LinkDialog.vue
@@ -92,7 +92,7 @@
92
<!-- 按钮组 -->
93
<div class="flex justify-end space-x-4 mt-6">
94
<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">
+ 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">
96
取消
97
</button>
98
<button type="submit"
0 commit comments