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