no message
This commit is contained in:
parent
90656fd58d
commit
26f72b3aed
@ -74,6 +74,10 @@
|
||||
color: #ffffff;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.body .item .head.options {
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
.body .item .head.options .options-box {
|
||||
width: fit-content;
|
||||
max-width: 100px;
|
||||
@ -207,7 +211,6 @@
|
||||
.body .item .thead .operate {
|
||||
padding: 20px 0;
|
||||
position: relative;
|
||||
flex-direction: column;
|
||||
border-bottom: 1px solid #ebebeb;
|
||||
}
|
||||
.body .item .thead .operate .i:not(:last-of-type) {
|
||||
|
@ -93,6 +93,8 @@
|
||||
padding-left: 20px;
|
||||
|
||||
&.options {
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
.options-box {
|
||||
width: fit-content;
|
||||
max-width: 100px;
|
||||
@ -241,7 +243,6 @@
|
||||
.operate {
|
||||
padding: 20px 0;
|
||||
position: relative;
|
||||
flex-direction: column;
|
||||
.i {
|
||||
&:not(:last-of-type) {
|
||||
border-right: 1px solid #ebebeb;
|
||||
|
Loading…
x
Reference in New Issue
Block a user