调整部分bug
This commit is contained in:
@@ -164,18 +164,20 @@ export default defineComponent({
|
||||
border-radius: 1rem;
|
||||
padding: .7rem ;
|
||||
flex-shrink: 0;
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
max-height: 4rem;
|
||||
// max-height: 4rem;
|
||||
> i{
|
||||
font-size: 2rem;
|
||||
cursor: pointer;
|
||||
padding: 1.5rem;
|
||||
// padding: 1.5rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-radius: .6rem;
|
||||
overflow: hidden;
|
||||
transition: all .3s;
|
||||
width: 4rem;
|
||||
height: 4rem;
|
||||
justify-content: center;
|
||||
}
|
||||
> i:hover{
|
||||
background: #000000;
|
||||
|
||||
Reference in New Issue
Block a user