完成留言板

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-face {
font-family: 'Netron'; font-family: 'Netron';
src: url('/fonts/Netron.ttf') format('truetype'); src: url('../../../public/fonts/Netron.ttf') format('truetype');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: 'huangkaihua'; font-family: 'huangkaihua';
src: url('/fonts/huangkaihuaLawyerfont-2.ttf') format('truetype'); src: url('../../../public/fonts/huangkaihuaLawyerfont-2.ttf') format('truetype');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }

View File

@ -1,9 +1,6 @@
<script setup> <script setup>
import { ref } from 'vue' import { ref } from 'vue'
import Demos_box from '../components/Demos_box.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 searchQuery = ref('')
const demos = ref([ const demos = ref([

View File

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