no message

This commit is contained in:
A1300399510 2024-11-18 17:23:06 +08:00
parent b2df73d982
commit a94abe2b92
2 changed files with 2 additions and 7 deletions

View File

@ -582,9 +582,6 @@ body {
.my-project .my-box .manage-box .list .item.zindex {
z-index: 3;
}
.my-project .my-box .manage-box .list .item:active {
opacity: 1;
}
.my-project .my-box .manage-box .list .item .top {
padding: 16px 10px 14px;
border-bottom: 1px solid #f2f2f2;
@ -719,6 +716,7 @@ body {
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
height: 34px;
padding-right: 10px;
font-size: 14px;
}
.my-project .my-box .manage-box .list .item .bottom .drag-icon {
width: 16px;

View File

@ -659,10 +659,6 @@ body {
z-index: 3;
}
&:active {
opacity: 1;
}
.top {
padding: 16px 10px 14px;
border-bottom: 1px solid rgba(242, 242, 242, 1);
@ -811,6 +807,7 @@ body {
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
height: 34px;
padding-right: 10px;
font-size: 14px;
}
.drag-icon {