调整进入管理员页面按钮位置

This commit is contained in:
X1627315083
2024-04-23 14:01:56 +08:00
parent 64f08ee2f1
commit 6bfe4fd456
4 changed files with 17 additions and 9 deletions

View File

@@ -1197,6 +1197,11 @@ i {
.library_page .input_border inputinput::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.15);
}
.collection_modal_body .input_border input.forbidden,
.design_detail_modal_component .input_border input.forbidden,
.library_page .input_border input.forbidden {
cursor: no-drop;
}
.collection_modal_body .input_border span,
.design_detail_modal_component .input_border span,
.library_page .input_border span {