完成留言板

This commit is contained in:
Guarp 2025-02-18 15:33:18 +08:00
parent 380740b1f2
commit 8a4a705254
3 changed files with 9 additions and 12 deletions

View File

@ -1,12 +1,12 @@
@font-face {
font-family: 'Netron';
src: url('/fonts/Netron.ttf') format('truetype');
src: url('../../../public/fonts/Netron.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'huangkaihua';
src: url('/fonts/huangkaihuaLawyerfont-2.ttf') format('truetype');
src: url('../../../public/fonts/huangkaihuaLawyerfont-2.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

View File

@ -1,9 +1,6 @@
<script setup>
import { ref } from 'vue'
import Demos_box from '../components/Demos_box.vue'
import {getRandomIMG} from "../utils/randomIMG.js";
import router from "../router/index.js";
const searchQuery = ref('')
const demos = ref([

View File

@ -139,13 +139,13 @@ async function deleteMessage(id, message) {
}
.like {
display: flex;
align-items: center;
overflow: hidden;
gap: 3px;
color: gray;
}
//.like {
// display: flex;
// align-items: center;
// overflow: hidden;
// gap: 3px;
// color: gray;
//}
.like button {
color: gray;