11
This commit is contained in:
@@ -22,23 +22,8 @@ import { ref } from 'vue'
|
||||
const aericleList = ref([
|
||||
{
|
||||
id: 1,
|
||||
content: '今天写代码写到怀疑人生,bug像是无穷无尽的海洋……',
|
||||
content: '嘿嘿 嘿嘿嘿(流口水ing)',
|
||||
time: '2025-09-26 09:30'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
content: '前端样式调到崩溃,为什么不同浏览器都不一样!',
|
||||
time: '2025-09-26 10:12'
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
content: 'AI 说得都对,但我还是想摸鱼。',
|
||||
time: '2025-09-26 11:00'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
content: '有时候觉得自己像个 bug 生产机。',
|
||||
time: '2025-09-26 13:14'
|
||||
}
|
||||
])
|
||||
</script>
|
||||
@@ -102,7 +87,6 @@ const aericleList = ref([
|
||||
@media (max-width: 768px) {
|
||||
#aericle-style {
|
||||
padding: 14px 4px 10px 4px;
|
||||
margin: 10px 0 0 0;
|
||||
}
|
||||
.aericle-header h1 {
|
||||
font-size: 1.4rem;
|
||||
|
||||
Reference in New Issue
Block a user