完成留言板
This commit is contained in:
parent
380740b1f2
commit
8a4a705254
@ -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;
|
||||
}
|
@ -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([
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user