feat: 修改部署方式
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
background-color: #1a1a1a;
|
||||
height: 70px;
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
top: 0;
|
||||
z-index: 99999;
|
||||
box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
|
||||
flex-shrink: 0;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.main-nav {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
export default function HelloWorld() {
|
||||
return <div>Hello World!</div>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user