BUG修改
This commit is contained in:
parent
6423153f5c
commit
5c45ee5ea5
|
@ -1,32 +0,0 @@
|
|||
<!--
|
||||
* @Author: Light
|
||||
* @Date: 2022-12-02 11:44:20
|
||||
* @LastEditors: Light
|
||||
* @LastEditTime: 2022-12-02 11:44:36
|
||||
* @Description: 告诉大家这是什么
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>滚动文字</title>
|
||||
<style>
|
||||
body {
|
||||
background: black;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
marquee {
|
||||
font-weight: bolder;
|
||||
font-size: 40px;
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body style="background: black;padding: 20px;">
|
||||
<marquee direction="up">嗨</marquee>
|
||||
<marquee direction="down">你好</marquee>
|
||||
<marquee direction="left">山月剧</marquee>
|
||||
<marquee direction="right">明哥</marquee>
|
||||
</body>
|
||||
</html>
|
|
@ -2,11 +2,11 @@
|
|||
* @Author: Light
|
||||
* @Date: 2022-11-24 09:07:50
|
||||
* @LastEditors: Light
|
||||
* @LastEditTime: 2022-11-25 09:56:50
|
||||
* @LastEditTime: 2022-12-03 14:56:14
|
||||
* @Description: 告诉大家这是什么
|
||||
-->
|
||||
<template>
|
||||
<div class="detail-back" @click="goToDetailsPageconetent">
|
||||
<div class="detail-back" @click="previousPage">
|
||||
<!-- <div class="nav-box"> -->
|
||||
<!-- <a-breadcrumb>
|
||||
<a-breadcrumb-item @click="goToDetailsPageconetent" class="bread-crumb-span">能力集市</a-breadcrumb-item>
|
||||
|
@ -37,7 +37,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
const detailName = ref('应用资源')
|
||||
const detailName = ref('应用资源1')
|
||||
|
||||
const goToDetailsPageconetent = () => {
|
||||
let pathData = {
|
||||
|
|
Loading…
Reference in New Issue