开发: 修改页面
This commit is contained in:
@@ -38,13 +38,13 @@
|
||||
.content {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
min-height: 40px;
|
||||
padding: 12px;
|
||||
word-break: break-all;
|
||||
background-color: #fff;
|
||||
border-radius: 4px;
|
||||
flex-direction: column;
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
@@ -124,9 +124,32 @@
|
||||
}
|
||||
}
|
||||
|
||||
.revokeMsg{
|
||||
background-color: #8c8c8c;
|
||||
.revokeMsgRight {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -48px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
color: #fff;
|
||||
border-radius: 4px;
|
||||
padding: 0 12px;
|
||||
font-size: 12px;
|
||||
background-color: #8c8c8c;
|
||||
border-radius: 40px;
|
||||
}
|
||||
|
||||
.revokeMsgLeft {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: -48px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
background-color: #8c8c8c;
|
||||
border-radius: 40px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user