This commit is contained in:
unknown 2023-07-30 12:57:01 +08:00
parent 4e3d6b0969
commit 7af7fccc3a

View File

@ -594,8 +594,7 @@ textarea.ant-input {
.list-select-column-box {
.ant-checkbox-wrapper {
margin-inline-start: 0px;
height: 38px;
height: 38px !important;
align-items: center !important;
}
@ -604,10 +603,12 @@ textarea.ant-input {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 38px;
}
.video-time {
width: 80px;
display: flex;
line-height: 38px;
flex-direction: row-reverse;
}
}
@ -683,4 +684,3 @@ textarea.ant-input {
line-height: 32px;
}
}