Commit 3aeafe5a authored by timel's avatar timel

fix: small

parent fe766973
Pipeline #22898 failed with stages
in 23 minutes and 26 seconds
......@@ -10,12 +10,13 @@ export const Chat: React.FC = () => {
<DialogItem
name="愧心Kanzo"
time="00:34:28"
content="白银城连抽了三张"
content="白银城连抽了三张"
/>
<DialogItem name="超级摆烂人" time="00:34:38" content="哦" />
<DialogItem
name="愧心Kanzo"
time="00:34:28"
content="白银城连抽了三张⏰"
name="超级摆烂人"
time="00:35:42"
content="是烙印融合,寄"
/>
</div>
<div className={styles.input}>
......
......@@ -2,13 +2,16 @@
position: relative;
text-align: center;
height: calc(100% - var(--header-height));
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 50px;
}
.main {
height: 650px;
width: 650px;
margin: auto;
margin-top: 50px;
position: relative;
.neos-pic {
max-width: 100%;
......@@ -27,6 +30,7 @@
}
.start-btn {
cursor: pointer;
width: 200px;
position: relative;
display: flex;
......@@ -43,7 +47,6 @@
font-weight: 500;
letter-spacing: 0.2px;
transition: 0.2s;
top: 50px;
&:hover {
background-color: hsla(0, 0%, 100%, 1.1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment