UI优化
This commit is contained in:
@@ -148,7 +148,6 @@ const onCreateRoom = async () => {
|
||||
.create-room > image:first-of-type {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.create-room > view {
|
||||
margin: 0 30px;
|
||||
@@ -160,6 +159,7 @@ const onCreateRoom = async () => {
|
||||
.create-room > view > image:first-child {
|
||||
width: 18vw;
|
||||
transform: translateX(40%);
|
||||
border-radius: 50%;
|
||||
}
|
||||
.create-room > view > image:nth-child(2) {
|
||||
width: 36vw;
|
||||
|
||||
Reference in New Issue
Block a user