列表操作模块优化

This commit is contained in:
禺狨
2023-03-09 17:17:02 +08:00
parent 0674a884e8
commit 273063b46e
8 changed files with 20 additions and 13 deletions

View File

@@ -201,3 +201,10 @@ textarea.ant-input {
margin-bottom: 0px !important;
}
}
.b-link {
padding: 0 !important;
&:hover {
color: rgba(#ff4d4f, 0.8) !important;
}
}