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

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 {

View File

@@ -1266,6 +1266,7 @@ i{
// color: rgb(255, 0, .7);
border: 1px solid rgb(255, 0, .7);
box-shadow: 0px 0px 3px 1px rgba(255, 0, 0, 0.2);
}
span{
opacity: 1;
@@ -1291,6 +1292,9 @@ i{
&input::-webkit-input-placeholder {
color: rgba(0,0,0,.15);
}
&.forbidden{
cursor: no-drop;
}
}
span{
position: absolute;